Skip to content

Commit 62034a2

Browse files
Add output parameters for VTKHDF file generation
1 parent 1c29d3c commit 62034a2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

iga/validation/geometric_linear_analysis_single_patch_scordelis_lo_roof/source/ProjectParameters.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,20 @@
170170
"output_control_type": "time",
171171
"output_frequency": 0.1
172172
}
173+
},
174+
{
175+
"kratos_module": "IgaApplication",
176+
"python_module": "iga_vtk_output_process",
177+
"Parameters": {
178+
"brep_surface_ids": [2],
179+
"output_file_name": "scordelis_roof_vtk_output.vtkhdf",
180+
"model_part_name": "IgaModelPart",
181+
"nodal_solution_step_data_variables" : ["DISPLACEMENT"],
182+
"output_refinement" : [5, 5],
183+
"output_control_type": "step",
184+
"output_frequency": 1.0
185+
}
173186
}
174187
]
175188
}
176-
}
189+
}

0 commit comments

Comments
 (0)