File tree Expand file tree Collapse file tree
kratos.gid/apps/MPM/write Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ proc ::MPM::write::GetOutputProcessesList { } {
190190
191191 dict set body_output_configuration_dict python_module particle_vtk_output_process
192192 dict set body_output_configuration_dict kratos_module KratosMultiphysics.ParticleMechanicsApplication
193- dict set body_output_configuration_dict process_name ParticleMPMVTKOutputProcess
193+ dict set body_output_configuration_dict process_name ParticleVtkOutputProcess
194194 dict set body_output_configuration_dict Parameters model_part_name MPM_Material
195195 dict unset body_output_configuration_dict Parameters nodal_data_value_variables
196196 dict unset body_output_configuration_dict Parameters element_data_value_variables
@@ -200,10 +200,9 @@ proc ::MPM::write::GetOutputProcessesList { } {
200200 # set outputCT [getValueByXPath $vtk_options_xpath OutputControlType]
201201 # dict set resultDict output_control_type $outputCT
202202 # if {$outputCT eq "time"} {set frequency [getValueByXPath $vtk_options_xpath OutputDeltaTime]} {set frequency [getValueByXPath $vtk_options_xpath OutputDeltaStep]}
203- dict unset body_output_configuration_dict Parameters output_path
204- dict set body_output_configuration_dict Parameters folder_name " vtk_output_Body"
203+ dict set body_output_configuration_dict Parameters output_path " vtk_output_Body"
205204 dict unset body_output_configuration_dict Parameters gauss_point_variables_extrapolated_to_nodes
206- dict set body_output_configuration_dict Parameters gauss_point_results [write::GetResultsList ElementResults]
205+ dict set body_output_configuration_dict Parameters gauss_point_variables_in_elements [write::GetResultsList ElementResults]
207206
208207
209208 dict set grid_output_configuration_dict Parameters model_part_name Background_Grid
You can’t perform that action at this time.
0 commit comments