File tree Expand file tree Collapse file tree
kratos.gid/apps/DEM/write Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,20 +140,7 @@ proc DEM::write::GetNodesForGraphs { } {
140140
141141proc DEM::write::writeConditions { wall_properties } {
142142
143- foreach group [GetWallsGroups] {
144- set mid [dict get $wall_properties $group ]
145- if {$::Model::SpatialDimension eq " 2D" } {
146- set rigid_type " RigidEdge3D2N"
147- set format [write::GetFormatDict $group $mid 2]
148- } else {
149- set rigid_type " RigidFace3D3N"
150- set format [write::GetFormatDict $group $mid 3]
151- }
152- write::WriteString " Begin Conditions $rigid_type // GUI DEM-FEM-Wall group identifier: $group "
153- GiD_WriteCalculationFile connectivities $format
154- write::WriteString " End Conditions"
155- write::WriteString " "
156- }
143+ write::writeConditionsByGiDId DEMConditions DEM-FEM-Wall $wall_properties
157144}
158145
159146
You can’t perform that action at this time.
0 commit comments