Skip to content

Commit a3a23ac

Browse files
hotfix results
1 parent 0073902 commit a3a23ac

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

kratos.gid/apps/PfemFluid/write/writeProjectParameters.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ proc PfemFluid::write::getNewParametersDict { } {
3737
# dict set projectParametersDict output_configuration [write::GetDefaultOutputDict]
3838
set xpath [spdAux::getRoute Results]
3939
dict set projectParametersDict output_configuration [write::GetDefaultOutputGiDDict PfemFluid $xpath]
40+
dict unset projectParametersDict output_configuration folder_name
4041
dict set projectParametersDict output_configuration result_file_configuration nodal_results [write::GetResultsByXPathList [spdAux::getRoute NodalResults]]
4142
dict set projectParametersDict output_configuration result_file_configuration gauss_point_results [write::GetResultsList ElementResults]
4243

kratos.gid/apps/PfemFluid/xml/Results.spd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
<container n="OnElement" pn="On element" un="ElementResults" icon="select" help="Activate the results you want to see in the elements" open_window="0">
1313
<!--<dynamicnode command="spdAux::injectElementOutputs" args=""/>-->
1414
<!--<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"/>
1717
</container>
1818
<container n="OnNodes" pn="On nodes" un="NodalResults" icon="select" help="Activate the results you want to see in the nodes" open_window="0">
1919
<value n="PARTITION_INDEX" pn="Partition index" v="Yes" values="Yes,No" help="" state="[checkStateByUniqueName ParallelType MPI]"/>
2020
<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]"/>-->
2222
</container>
2323
<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" />
2425
<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" />
2526
<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"/>
2627
<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

Comments
 (0)