Skip to content

Commit f33a4ed

Browse files
committed
correcting the project_parameters_csm
1 parent 90b5ced commit f33a4ed

1 file changed

Lines changed: 2 additions & 35 deletions

File tree

co_simulation/validation/fsi_turek_FSI2/source/ProjectParametersCSM.json

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,7 @@
4747
"interval" : [0.0,"End"]
4848
}
4949
}],
50-
"loads_process_list" : [
51-
// {
52-
// "python_module" : "assign_vector_by_direction_to_condition_process",
53-
// "kratos_module" : "KratosMultiphysics",
54-
// "process_name" : "AssignVectorByDirectionToConditionProcess",
55-
// "Parameters" : {
56-
// "mesh_id" : 0,
57-
// "model_part_name" : "Structure.StructureInterface2D_StructureInterface",
58-
// "variable_name" : "POINT_LOAD",
59-
// "modulus" : 1,
60-
// "direction" : [0.0,-1.0,0.0]
61-
// }
62-
// }
63-
]
50+
"loads_process_list" : []
6451
},
6552
"output_processes" : {
6653
"vtk_output" : [{
@@ -100,26 +87,6 @@
10087
"write_buffer_size" : 1,
10188
"file_extension" : "dat"
10289
}
103-
}}],
104-
"hdf5_output": [
105-
// {
106-
// "kratos_module" : "KratosMultiphysics.HDF5Application",
107-
// "python_module" : "single_mesh_temporal_output_process",
108-
// "process_name" : "SingleMeshTemporalOutputProcess",
109-
// "Parameters" : {
110-
// "model_part_name" : "Structure",
111-
// "file_settings" : {
112-
// "file_name" : "structure_<time>.h5",
113-
// "file_access_mode" : "truncate"
114-
// },
115-
// "nodal_solution_step_data_settings" : {
116-
// "list_of_variables" : ["DISPLACEMENT", "REACTION"]
117-
// },
118-
// "condition_data_value_settings" : {
119-
// "list_of_variables" : ["POINT_LOAD"]
120-
// }
121-
// }
122-
// }
123-
]
90+
}}]
12491
}
12592
}

0 commit comments

Comments
 (0)