Evaluate
<Evaluation>
<EvaluationDomain>welded</EvaluationDomain>
<EvaluationMethod>range</EvaluationMethod>
<EvaluationLoadType>fixedpoints</EvaluationLoadType>
<StressCombinationMethod>All</StressCombinationMethod>
<CornerData>true</CornerData>
<StaticAssessment>true</StaticAssessment>
<EffectiveStressRange>false</EffectiveStressRange>
<SelectedEvents>1 2 3</SelectedEvents>
</Evaluation>
Element Tag | Valid Values |
---|---|
<EvaluationDomain> |
welded unwelded both |
<EvaluationMethod> |
range |
<EvaluationLoadType> |
fixedpoints constantamplitude |
<StressCombinationMethod> |
Stress combination option for unwelded. All (i.e. tensor components) ABSMAXPRINCIPAL MAXPRINCIPAL SIGNEDVON SIGNEDMAX CRITICALPLANE |
<CornerData> |
true/false |
<StaticAssessment> |
true/false |
<EffectiveStressRange> |
true/false |
<SelectedEvents> |
Event IDs |
Batch Evaluation on Windows and Linux
Batch submission in Windows via BAT file
(Filename.bat):
ECHO ON
REM *******************************************************************************************************************
REM Altair HyperLife Weld Certification Batch run
REM *******************************************************************************************************************
REM User Inputs
REM Install Location
SET ALTAIR_INSTALL= C:\Program Files\Altair\2024\
REM Update Initial Run XML Path
SET RUN_XML=C:\Users\<>\Documents\Fatigue\WeldRunHistory\SampleRunFolder\BatchInput_samplerunname.xml
REM *******************************************************************************************************************
REM Initial Run
"%ALTAIR_INSTALL%\hwdesktop\hw\bin\win64\hw.exe" -b -clientconfig hwfepre.dat -wait -tcl "%ALTAIR_INSTALL%\hwdesktop\hm\scripts\context\src\hyperlifeWC\hyperlifewcBatchRun.tcl" "%RUN_XML%" hlwcbatch
Batch submission in Linux via SH file
(Filename.sh):
#!/bin/sh
#*******************************************************************************************************************
# Altair HyperLife Weld Certification Batch Run
#*******************************************************************************************************************
ALTAIR_LICENSE_PATH=***************
export ALTAIR_LICENSE_PATH
#*******************************************************************************************************************
# User Inputs
# Update Install Location
ALTAIR_INSTALL=/home/2024/altair
# Update XML Path
RUN_XML=/home/<>/Fatigue/WeldRunHistory/SampleRunDirectory/BatchInput_samplerunfile.xml
# *******************************************************************************************************************
"${ALTAIR_INSTALL}"/scripts/hw -clientconfig hwfepre.dat -b -tcl "${ALTAIR_INSTALL}"/hwdesktop/hm/scripts/context/src/hyperlifeWC/hyperlifewcBatchRun.tcl "${RUN_XML}" hlwcbatch