|
| 1 | +{ |
| 2 | + "problem_data" : { |
| 3 | + "problem_name" : "fsi_turek_FSI2", |
| 4 | + "parallel_type" : "OpenMP", |
| 5 | + "echo_level" : 0, |
| 6 | + "start_time" : 0.0, |
| 7 | + "end_time" : 20.0 |
| 8 | + }, |
| 9 | + "solver_settings" : { |
| 10 | + "solver_type" : "ale_fluid", |
| 11 | + "ale_boundary_parts" : ["FluidNoSlipInterface2D_FluidInterface"], |
| 12 | + "mesh_motion_solver_settings" : { |
| 13 | + "echo_level" : 0, |
| 14 | + "domain_size" : 2, |
| 15 | + "model_part_name" : "FluidModelPart", |
| 16 | + "solver_type" : "structural_similarity" |
| 17 | + }, |
| 18 | + "fluid_solver_settings": { |
| 19 | + "solver_type" : "Monolithic", |
| 20 | + "domain_size" : 2, |
| 21 | + "model_part_name" : "FluidModelPart", |
| 22 | + "model_import_settings" : { |
| 23 | + "input_type" : "mdpa", |
| 24 | + "input_filename" : "fsi_turek_FSI2_Fluid" |
| 25 | + }, |
| 26 | + "material_import_settings" : { |
| 27 | + "materials_filename" : "FluidMaterials.json" |
| 28 | + }, |
| 29 | + "echo_level" : 0, |
| 30 | + "compute_reactions" : true, |
| 31 | + "formulation": { |
| 32 | + "element_type": "qsvms", |
| 33 | + "use_orthogonal_subscales": false, |
| 34 | + "dynamic_tau": 1.0 |
| 35 | + }, |
| 36 | + "maximum_iterations" : 10, |
| 37 | + "relative_velocity_tolerance" : 1e-6, |
| 38 | + "absolute_velocity_tolerance" : 1e-6, |
| 39 | + "relative_pressure_tolerance" : 1e-6, |
| 40 | + "absolute_pressure_tolerance" : 1e-6, |
| 41 | + "volume_model_part_name" : "Parts_Fluid", |
| 42 | + "skin_parts" : ["AutomaticInlet2D_Inlet","Outlet2D_Outlet","NoSlip2D_NoSlip","NoSlip2D_Cylinder","FluidNoSlipInterface2D_FluidInterface"], |
| 43 | + "no_skin_parts" : ["ALEMeshDisplacementBC2D_FluidALEMeshFreeX","ALEMeshDisplacementBC2D_FluidALEMeshFixXY","ALEMeshDisplacementBC2D_Cylinder"], |
| 44 | + "time_stepping" : { |
| 45 | + "automatic_time_step" : false, |
| 46 | + "time_step" : 0.002 |
| 47 | + } |
| 48 | + } |
| 49 | + }, |
| 50 | + "processes" : { |
| 51 | + "initial_conditions_process_list" : [], |
| 52 | + "boundary_conditions_process_list" : [{ |
| 53 | + "python_module" : "apply_inlet_process", |
| 54 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 55 | + "Parameters" : { |
| 56 | + "model_part_name" : "FluidModelPart.AutomaticInlet2D_Inlet", |
| 57 | + "variable_name" : "VELOCITY", |
| 58 | + "modulus" : "1.5*(0.5*(1-cos(0.5*pi*t))*1.0)*(4.0/0.1681)*y*(0.41-y)", |
| 59 | + "direction" : "automatic_inwards_normal", |
| 60 | + "interval" : [0.0,2.0] |
| 61 | + } |
| 62 | + },{ |
| 63 | + "python_module" : "apply_inlet_process", |
| 64 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 65 | + "Parameters" : { |
| 66 | + "model_part_name" : "FluidModelPart.AutomaticInlet2D_Inlet", |
| 67 | + "variable_name" : "VELOCITY", |
| 68 | + "modulus" : "1.5*(1.0)*(4.0/0.1681)*y*(0.41-y)", |
| 69 | + "direction" : "automatic_inwards_normal", |
| 70 | + "interval" : [2.0,"End"] |
| 71 | + } |
| 72 | + },{ |
| 73 | + "python_module" : "apply_outlet_process", |
| 74 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 75 | + "Parameters" : { |
| 76 | + "model_part_name" : "FluidModelPart.Outlet2D_Outlet", |
| 77 | + "variable_name" : "PRESSURE", |
| 78 | + "constrained" : true, |
| 79 | + "value" : 0.0, |
| 80 | + "hydrostatic_outlet" : false, |
| 81 | + "h_top" : 0.0 |
| 82 | + } |
| 83 | + },{ |
| 84 | + "python_module" : "apply_noslip_process", |
| 85 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 86 | + "Parameters" : { |
| 87 | + "model_part_name" : "FluidModelPart.NoSlip2D_NoSlip" |
| 88 | + } |
| 89 | + },{ |
| 90 | + "python_module" : "apply_noslip_process", |
| 91 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 92 | + "Parameters" : { |
| 93 | + "model_part_name" : "FluidModelPart.NoSlip2D_Cylinder" |
| 94 | + } |
| 95 | + }, |
| 96 | + { |
| 97 | + "python_module" : "apply_noslip_process", |
| 98 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 99 | + "Parameters" : { |
| 100 | + "model_part_name" : "FluidModelPart.FluidNoSlipInterface2D_FluidInterface" |
| 101 | + } |
| 102 | + }], |
| 103 | + "gravity" : [], |
| 104 | + "ale_boundary_conditions" : [{ |
| 105 | + "python_module" : "fix_vector_variable_process", |
| 106 | + "kratos_module" : "KratosMultiphysics", |
| 107 | + "help" : "This process fixes the selected components of a given vector variable", |
| 108 | + "process_name" : "AssignVectorVariableProcess", |
| 109 | + "Parameters" : { |
| 110 | + "model_part_name" : "FluidModelPart.FluidNoSlipInterface2D_FluidInterface", |
| 111 | + "variable_name" : "MESH_DISPLACEMENT", |
| 112 | + "constrained" : [true, true, true] |
| 113 | + } |
| 114 | + |
| 115 | + },{ |
| 116 | + "python_module" : "fix_vector_variable_process", |
| 117 | + "kratos_module" : "KratosMultiphysics", |
| 118 | + "help" : "This process fixes the selected components of a given vector variable", |
| 119 | + "process_name" : "AssignVectorVariableProcess", |
| 120 | + "Parameters" : { |
| 121 | + "model_part_name" : "FluidModelPart.AutomaticInlet2D_Inlet", |
| 122 | + "variable_name" : "MESH_DISPLACEMENT", |
| 123 | + "constrained" : [true, true, true] |
| 124 | + } |
| 125 | + |
| 126 | + },{ |
| 127 | + "python_module" : "fix_vector_variable_process", |
| 128 | + "kratos_module" : "KratosMultiphysics", |
| 129 | + "help" : "This process fixes the selected components of a given vector variable", |
| 130 | + "process_name" : "AssignVectorVariableProcess", |
| 131 | + "Parameters" : { |
| 132 | + "model_part_name" : "FluidModelPart.NoSlip2D_NoSlip", |
| 133 | + "variable_name" : "MESH_DISPLACEMENT", |
| 134 | + "constrained" : [true, true, true] |
| 135 | + } |
| 136 | + |
| 137 | + },{ |
| 138 | + "python_module" : "fix_vector_variable_process", |
| 139 | + "kratos_module" : "KratosMultiphysics", |
| 140 | + "help" : "This process fixes the selected components of a given vector variable", |
| 141 | + "process_name" : "AssignVectorVariableProcess", |
| 142 | + "Parameters" : { |
| 143 | + "model_part_name" : "FluidModelPart.Outlet2D_Outlet", |
| 144 | + "variable_name" : "MESH_DISPLACEMENT", |
| 145 | + "constrained" : [true, true, true] |
| 146 | + } |
| 147 | + |
| 148 | + },{ |
| 149 | + "python_module" : "fix_vector_variable_process", |
| 150 | + "kratos_module" : "KratosMultiphysics", |
| 151 | + "help" : "This process fixes the selected components of a given vector variable", |
| 152 | + "process_name" : "AssignVectorVariableProcess", |
| 153 | + "Parameters" : { |
| 154 | + "model_part_name" : "FluidModelPart.NoSlip2D_Cylinder", |
| 155 | + "variable_name" : "MESH_DISPLACEMENT", |
| 156 | + "constrained" : [true, true, true] |
| 157 | + }} |
| 158 | + ] |
| 159 | + }, |
| 160 | + "output_processes" : { |
| 161 | + "vtk_output" : [{ |
| 162 | + "python_module" : "vtk_output_process", |
| 163 | + "kratos_module" : "KratosMultiphysics", |
| 164 | + "process_name" : "VtkOutputProcess", |
| 165 | + "help" : "This process writes postprocessing files for Paraview", |
| 166 | + "Parameters" : { |
| 167 | + "model_part_name" : "FluidModelPart.Parts_Fluid", |
| 168 | + "output_control_type" : "step", |
| 169 | + "output_interval" : 1, |
| 170 | + "file_format" : "binary", |
| 171 | + "output_precision" : 7, |
| 172 | + "output_sub_model_parts" : false, |
| 173 | + "output_path" : "vtk_output_fsi_turek2_cfd", |
| 174 | + "save_output_files_in_folder" : true, |
| 175 | + "nodal_solution_step_data_variables" : ["VELOCITY","PRESSURE","MESH_DISPLACEMENT","MESH_VELOCITY", "REACTION"] |
| 176 | + } |
| 177 | + } |
| 178 | + ] |
| 179 | + } |
| 180 | +} |
0 commit comments