|
12 | 12 | <container n="OnElement" pn="On element" un="ElementResults" icon="select" help="Activate the results you want to see in the elements" open_window="0"> |
13 | 13 | <!--<dynamicnode command="spdAux::injectElementOutputs" args=""/>--> |
14 | 14 | <!--<dynamicnode command="spdAux::injectConstitutiveLawOutputs" args=""/>--> |
15 | | - <value n="CAUCHY_STRESS_VECTOR" pn="Cauchy stress vector" v="No" values="Yes,No"/> |
16 | | - <value n="YIELDED" pn="Yielded" v="No" values="Yes,No"/> |
| 15 | + <value n="CAUCHY_STRESS_VECTOR" pn="Cauchy stress vector" v="No" values="Yes,No"/> |
| 16 | + <value n="YIELDED" pn="Yielded" v="No" values="Yes,No"/> |
17 | 17 | </container> |
18 | 18 | <container n="OnNodes" pn="On nodes" un="NodalResults" icon="select" help="Activate the results you want to see in the nodes" open_window="0"> |
19 | 19 | <value n="PARTITION_INDEX" pn="Partition index" v="Yes" values="Yes,No" help="" state="[checkStateByUniqueName ParallelType MPI]"/> |
20 | 20 | <dynamicnode command="spdAux::injectNodalConditionsOutputs" args=""/> |
21 | | - <!--<value n="ACCELERATION" pn="Acceleration" v="No" values="Yes,No" state="[checkStateByUniqueName PFEMFLUID_DomainType Fluids]"/>--> |
| 21 | + <!--<value n="ACCELERATION" pn="Acceleration" v="No" values="Yes,No" state="[checkStateByUniqueName PFEMFLUID_DomainType Fluids]"/>--> |
22 | 22 | </container> |
23 | 23 | <container n="GiDOptions" pn="Options" un="GiDOptions" help="GiD postprocess options" open_window="0" icon="select"> |
| 24 | + <value n="FolderName" pn="Folder name" v="gid_output" help="This folder will be created to store the GiD results" /> |
24 | 25 | <value n="GiDPostMode" pn="Result format" v="GiD_PostBinary" values="GiD_PostBinary,GiD_PostAscii,GiD_PostAsciiZipped" dict="GiD_PostBinary,Binary,GiD_PostAscii,Ascii,GiD_PostAsciiZipped,Ascii zipped" icon="data" help="GiD result file format" /> |
25 | 26 | <value n="GiDWriteMeshFlag" pn="Write deformed mesh" v="WriteDeformed" values="WriteDeformed,WriteUndeformed" dict="WriteDeformed,Write deformed,WriteUndeformed, Write undeformed" icon="data" help="Write the GiD deformed or undeformed mesh"/> |
26 | 27 | <value n="GiDWriteConditionsFlag" pn="Write conditions" v="WriteConditions" values="WriteConditions,WriteElementsOnly,WriteConditionsOnly" dict="WriteConditions,Write conditions,WriteElementsOnly,Write elements only,WriteConditionsOnly,Write conditions only" icon="data" help="Write the conditions or only element to the GiD result file"/> |
|
0 commit comments