|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<container n="Results" pn="Results" un="Results" state="normal" open="1" open_window="0" icon="results"> |
| 3 | + <container n="OnElement" pn="On element" un="ElementResults" icon="triangle" help="Activate the results you want to see in the elements" state="[ActiveIfAnyPartState]" open_window="0"> |
| 4 | + <dynamicnode command="spdAux::injectElementOutputs" args=""/> |
| 5 | + <dynamicnode command="spdAux::injectConstitutiveLawOutputs" args=""/> |
| 6 | + </container> |
| 7 | + <container n="OnNodes" pn="On nodes" un="NodalResults" icon="point3d" help="Activate the results you want to see in the nodes" open_window="1"> |
| 8 | + <value n="PARTITION_INDEX" pn="Partition index" v="Yes" values="Yes,No" help="" state="[checkStateByUniqueName ParallelType MPI]"/> |
| 9 | + <dynamicnode command="spdAux::injectNodalConditionsOutputs" args=""/> |
| 10 | + </container> |
| 11 | + <container n="GiDOutput" pn="GiD-Output" un="GiDOutput" state="normal" open="1" open_window="0" icon="results"> |
| 12 | + <value n="EnableGiDOutput" pn="Enable output" v="Yes" values="Yes,No" un="EnableGiDOutput" help="Writing output for GiD or not"> |
| 13 | + <dependencies value="No" node="../container" att1="state" v1="hidden"/> |
| 14 | + <dependencies value="Yes" node="../container" att1="state" v1="normal"/> |
| 15 | + </value> |
| 16 | + <container n="GiDOptions" pn="Options" un="GiDOptions" help="GiD postprocess options" open_window="1" icon="options"> |
| 17 | + <value n="FolderName" pn="Folder name" v="gid_output" help="This folder will be created to store the GiD results" /> |
| 18 | + <value n="FileLabel" pn="File Label" v="step" values="time,step" dict="time,Time,step,Step" help=""/> |
| 19 | + <value n="OutputControlType" pn="Units used for output frequency" v="step" values="time,step" dict="time,Time (s),step,Steps" help="" update_proc="spdAux::RequestRefresh"> |
| 20 | + <dependencies node="../value" actualize="1"/> |
| 21 | + </value> |
| 22 | + <value n="OutputDeltaTime" pn="Time between outputs (s)" v="1.0" help="Output will be printed in intervals of this time" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} time]"/> |
| 23 | + <value n="OutputDeltaStep" pn="Time steps between outputs" v="1" help="Output will be printed in intervals of this number of steps" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} step]"/> |
| 24 | + <value n="BodyOutput" pn="Body output" v="Yes" values="Yes,No" help="The interior of the volume is printed" /> |
| 25 | + <value n="NodeOutput" pn="Node output" v="No" values="Yes,No" help="The nodes are printed as a separate layer" /> |
| 26 | + <value n="SkinOutput" pn="Skin output" v="No" values="Yes,No" help="" /> |
| 27 | + <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" help="GiD result file format" /> |
| 28 | + <value n="GiDWriteMeshFlag" pn="Write deformed mesh" v="WriteDeformed" values="WriteDeformed,WriteUndeformed" dict="WriteDeformed,Write deformed,WriteUndeformed, Write undeformed" help="Write the GiD deformed or undeformed mesh"/> |
| 29 | + <value n="GiDWriteConditionsFlag" pn="Write conditions" v="WriteConditions" values="WriteConditions,WriteElementsOnly,WriteConditionsOnly" dict="WriteConditions,Write conditions,WriteElementsOnly,Write elements only,WriteConditionsOnly,Write conditions only" help="Write the conditions or only element to the GiD result file"/> |
| 30 | + <value n="GiDMultiFileFlag" pn="Result file" v="SingleFile" values="SingleFile,MultipleFiles" dict="SingleFile,Single,MultipleFiles,Multiple" help="Write one GiD result file or multiple files"/> |
| 31 | + <value n="EchoLevel" pn="Verbosity of terminal output" v="0" values="0,1,2,3" help="Verbosity on screen output during process. \n0 -> Low verbosity \n3 -> High verbosity"/> |
| 32 | + </container> |
| 33 | + <container n="CutPlanes" pn="Cut planes" un="CutPlanes" icon="cut" state="[checkStateByUniqueName nDim 3D]" open_window="0"> |
| 34 | + <blockdata n='CutPlane' name='CutPlane' editable_name="unique" sequence='1' can_delete_last_item='1' icon="slice"> |
| 35 | + <value n="point" pn="Point" fieldtype="vector" dimensions="3" format="%.6g" v="0.0,0.0,0.0" pick_point="1"/> |
| 36 | + <value n="normal" pn="Normal" fieldtype="vector" dimensions="3" format="%.6g" v="0.0,0.0,0.0" pick_point="0"/> |
| 37 | + </blockdata> |
| 38 | + </container> |
| 39 | + </container> |
| 40 | + <container n="VtkOutput" pn="Vtk-Output" un="VtkOutput" state="normal" open="1" open_window="0" icon="results"> |
| 41 | + <value n="EnableVtkOutput" pn="Enable output" v="Yes" values="Yes,No" un="EnableVtkOutput" help="Writing output for Vtk or not" /> |
| 42 | + <container n="VtkOptions" pn="Options" un="VtkOptions" help="Vtk postprocess options" open_window="1" icon="options" state="[checkStateByUniqueName EnableVtkOutput Yes]"> |
| 43 | + <value n="VtkFileFormat" pn="Result format" v="ascii" values="ascii,binary" dict="ascii,Ascii,binary,Binary" help="Vtk result file format" /> |
| 44 | + <value n="OutputControlType" pn="Units used for output frequency" v="step" values="time,step" dict="time,Time (s),step,Steps" help="" update_proc="spdAux::RequestRefresh"> |
| 45 | + <dependencies node="../value" actualize="1"/> |
| 46 | + </value> |
| 47 | + <value n="OutputDeltaTime" pn="Time between outputs (s)" v="1.0" help="Output will be printed in intervals of this time" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} time]"/> |
| 48 | + <value n="OutputDeltaStep" pn="Time steps between outputs" v="1" help="Output will be printed in intervals of this number of steps" state="[getStateFromXPathValue {string(../value[@n='OutputControlType']/@v)} step]"/> |
| 49 | + |
| 50 | + </container> |
| 51 | + </container> |
| 52 | +</container> |
0 commit comments