You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gid_groups_conds::addF [spdAux::getRoute BondElem] value [list n TypeOfFailure pn "Type of failure" v No values {Yes,No} icon "black1" help "Displays different numbers for different types of failure. 2: tension. 4: shear or combination of stresses. 6: neighbour not found by search. 8: less bonds than minimum"]
32
-
spdAux::SetValueOnTreeItem state {[getStateFromXPathValue {string(../value[@n='ContactMeshOption']/@v)} true]} BondElem TypeOfFailure
32
+
spdAux::SetValueOnTreeItem state {[getStateFromXPathValue {string(../value[@n='ContactMeshOption']/@v)} Yes]} BondElem TypeOfFailure
Copy file name to clipboardExpand all lines: kratos.gid/apps/DEM/xml/Results.spd
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,47 @@
4
4
<valuen="DEM-OTimeStepDetail"pn="Time interval (s)"v="1e-2"help="Set a printing interval for the GiD results"icon="black1"state="[getStateFromXPathValue {string(../value[@n='DEM-OTimeStepType']/@v)} Detail_priority]"/>
5
5
<valuen="DEM-OTimeStepStorage"pn="Number of files"v="100"help="Select the total amount of GiD result files to print"icon="black1"state="[getStateFromXPathValue {string(../value[@n='DEM-OTimeStepType']/@v)} Storage_priority]"/>
6
6
<containern="PartElem"pn="Print in Post-Process"un="PostPrint"help="Results on DEM elements that can be colored or shown as vectors on GiD, among other options"open_window="1"icon="options">
<valuen="SkinSphere"type="bool"values="true,false"v="false"pn="Skin sphere"icon="black1"help="Print the spheres that form the skin of the DEM groups"state="hidden"/>
28
-
<valuen="ParticleMoment"type="bool"values="true,false"v="false"pn="Particle moment (DEM)"icon="black1"help="Particle moment"state="hidden"/>
<valuen="SkinSphere"type="bool"values="Yes,No"v="No"pn="Skin sphere"icon="black1"help="Print the spheres that form the skin of the DEM groups"state="hidden"/>
28
+
<valuen="ParticleMoment"type="bool"values="Yes,No"v="No"pn="Particle moment (DEM)"icon="black1"help="Particle moment"state="hidden"/>
<valuen="GiDPostMode"values="Ascii,Binary"v="Binary"pn="Result format"icon="black1"help="GiD result file format. Choose Binary or Ascii. Ascii takes more hard disk space, but is human readable"/>
34
-
<valuen="GiDWriteMeshFlag"type="bool"values="true,false"v="true"pn="Write deformed mesh"icon="black1"help="Write the GiD deformed or undeformed mesh"/>
35
-
<valuen="GiDWriteConditionsFlag"type="bool"values="true,false"v="true"pn="Write conditions"icon="black1"help="Write the conditions or only element to the GiD result file"/>
36
-
<valuen="GiDWriteParticlesFlag"type="bool"values="true,false"v="false"pn="Write particles"icon="black1"help="Write the particles or only element to the GiD result file"/>
34
+
<valuen="GiDWriteMeshFlag"type="bool"values="Yes,No"v="Yes"pn="Write deformed mesh"icon="black1"help="Write the GiD deformed or undeformed mesh"/>
35
+
<valuen="GiDWriteConditionsFlag"type="bool"values="Yes,No"v="Yes"pn="Write conditions"icon="black1"help="Write the conditions or only element to the GiD result file"/>
36
+
<valuen="GiDWriteParticlesFlag"type="bool"values="Yes,No"v="No"pn="Write particles"icon="black1"help="Write the particles or only element to the GiD result file"/>
37
37
<valuen="GiDMultiFileFlag"values="multiple_files,single_file"v="multiple_files"pn="Result file"icon="black1"help="Write one GiD result file or multiple files"state="hidden" />
38
38
</container>
39
39
40
40
<containern="BondElem"pn="On bond results"un="BondElem"help="Results on bond elements"open_window="1"icon="options">
41
-
<valuen="ContactMeshOption"type="bool"values="true,false"v="false"pn="Show bonds"icon="black1"help="Calculate and show the bonds between particles"/>
42
-
<valuen="LocalContactForce"type="bool"values="true,false"v="false"pn="Local contact force"icon="black1"state="[getStateFromXPathValue {string(../value[@n='ContactMeshOption']/@v)} true]"help="Displays the local contact forces between particles"/>
41
+
<valuen="ContactMeshOption"type="bool"values="Yes,No"v="No"pn="Show bonds"icon="black1"help="Calculate and show the bonds between particles"/>
42
+
<valuen="LocalContactForce"type="bool"values="Yes,No"v="No"pn="Local contact force"icon="black1"state="[getStateFromXPathValue {string(../value[@n='ContactMeshOption']/@v)} Yes]"help="Displays the local contact forces between particles"/>
43
43
</container>
44
44
45
45
<containern="PrintGraphs"pn="Graphs on DEM-Wall"un="DGraphs"open="1"icon="options">
46
46
<valuen="GraphExportFreq"v="1e-3"pn="Graph print frequency (s)"icon="black1"help="Graph frequency for active DEM-Walls"/>
47
-
<!-- <value n="Print_total_force_on_this_group" pn="Print total force on this group" type="bool" state="disabled" v="true"/>
48
-
<value n="Print_total_torque_on_this_group" pn="Print total torque on this group" type="bool" state="disabled" v="true"/> -->
47
+
<!-- <value n="Print_total_force_on_this_group" pn="Print total force on this group" type="bool" state="disabled" v="Yes"/>
48
+
<value n="Print_total_torque_on_this_group" pn="Print total torque on this group" type="bool" state="disabled" v="Yes"/> -->
0 commit comments