|
| 1 | +{ |
| 2 | + "analysis_stage" : "KratosMultiphysics.FluidDynamicsApplication.fluid_dynamics_analysis", |
| 3 | + "problem_data" : { |
| 4 | + "problem_name" : "low_mach_cavity", |
| 5 | + "parallel_type" : "OpenMP", |
| 6 | + "echo_level" : 0, |
| 7 | + "start_time" : 0.0, |
| 8 | + "end_time" : 30.0 |
| 9 | + }, |
| 10 | + "output_processes" : { |
| 11 | + "gid_output" : [{ |
| 12 | + "python_module" : "gid_output_process", |
| 13 | + "kratos_module" : "KratosMultiphysics", |
| 14 | + "process_name" : "GiDOutputProcess", |
| 15 | + "Parameters" : { |
| 16 | + "model_part_name" : "FluidModelPart.fluid_computational_model_part", |
| 17 | + "postprocess_parameters" : { |
| 18 | + "result_file_configuration" : { |
| 19 | + "gidpost_flags" : { |
| 20 | + "GiDPostMode" : "GiD_PostBinary", |
| 21 | + "WriteDeformedMeshFlag" : "WriteDeformed", |
| 22 | + "WriteConditionsFlag" : "WriteConditions", |
| 23 | + "MultiFileFlag" : "SingleFile" |
| 24 | + }, |
| 25 | + "file_label" : "time", |
| 26 | + "output_control_type" : "time", |
| 27 | + "output_interval" : 0.5, |
| 28 | + "body_output" : true, |
| 29 | + "node_output" : false, |
| 30 | + "skin_output" : false, |
| 31 | + "plane_output" : [], |
| 32 | + "nodal_results" : ["VELOCITY","PRESSURE","TEMPERATURE","DENSITY"], |
| 33 | + "nodal_nonhistorical_results" : ["NODAL_AREA"], |
| 34 | + "gauss_point_results" : [] |
| 35 | + }, |
| 36 | + "point_data_configuration" : [] |
| 37 | + }, |
| 38 | + "output_name" : "gid_output/low_mach_cavity" |
| 39 | + } |
| 40 | + }] |
| 41 | + }, |
| 42 | + "solver_settings" : { |
| 43 | + "model_part_name" : "FluidModelPart", |
| 44 | + "domain_size" : 2, |
| 45 | + "solver_type" : "low_mach", |
| 46 | + "material_import_settings" : { |
| 47 | + "materials_filename" : "FluidMaterials.json" |
| 48 | + }, |
| 49 | + "echo_level" : 1, |
| 50 | + "compute_reactions" : false, |
| 51 | + "maximum_iterations" : 10, |
| 52 | + "relative_velocity_tolerance" : 0.001, |
| 53 | + "absolute_velocity_tolerance" : 1e-5, |
| 54 | + "relative_pressure_tolerance" : 0.001, |
| 55 | + "absolute_pressure_tolerance" : 1e-5, |
| 56 | + "relative_temperature_tolerance" : 0.001, |
| 57 | + "absolute_temperature_tolerance" : 1e-5, |
| 58 | + "volume_model_part_name" : "FluidParts_Fluid", |
| 59 | + "skin_parts" : ["NoSlip2D_Left","NoSlip2D_Right","NoSlip2D_Top","NoSlip2D_Bottom"], |
| 60 | + "no_skin_parts" : [], |
| 61 | + "time_scheme" : "bdf2", |
| 62 | + "time_stepping" : { |
| 63 | + "automatic_time_step" : false, |
| 64 | + "time_step" : 0.25 |
| 65 | + }, |
| 66 | + "formulation" : { |
| 67 | + "element_type" : "qsvms" |
| 68 | + }, |
| 69 | + "reform_dofs_at_each_step" : false, |
| 70 | + "model_import_settings" : { |
| 71 | + "input_type" : "use_input_model_part" |
| 72 | + }, |
| 73 | + "thermodynamic_pressure_settings" : { |
| 74 | + "flow_type" : "closed", |
| 75 | + "value": 101325.0 |
| 76 | + } |
| 77 | + }, |
| 78 | + "processes" : { |
| 79 | + "initial_conditions_process_list" : [], |
| 80 | + "boundary_conditions_process_list" : [{ |
| 81 | + "python_module" : "apply_noslip_process", |
| 82 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 83 | + "process_name" : "ApplyNoSlipProcess", |
| 84 | + "Parameters" : { |
| 85 | + "model_part_name" : "FluidModelPart.NoSlip2D_Left" |
| 86 | + } |
| 87 | + },{ |
| 88 | + "python_module" : "apply_noslip_process", |
| 89 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 90 | + "process_name" : "ApplyNoSlipProcess", |
| 91 | + "Parameters" : { |
| 92 | + "model_part_name" : "FluidModelPart.NoSlip2D_Right" |
| 93 | + } |
| 94 | + },{ |
| 95 | + "python_module" : "apply_noslip_process", |
| 96 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 97 | + "process_name" : "ApplyNoSlipProcess", |
| 98 | + "Parameters" : { |
| 99 | + "model_part_name" : "FluidModelPart.NoSlip2D_Top" |
| 100 | + } |
| 101 | + },{ |
| 102 | + "python_module" : "apply_noslip_process", |
| 103 | + "kratos_module" : "KratosMultiphysics.FluidDynamicsApplication", |
| 104 | + "process_name" : "ApplyNoSlipProcess", |
| 105 | + "Parameters" : { |
| 106 | + "model_part_name" : "FluidModelPart.NoSlip2D_Bottom" |
| 107 | + } |
| 108 | + },{ |
| 109 | + "python_module" : "assign_scalar_variable_process", |
| 110 | + "kratos_module" : "KratosMultiphysics", |
| 111 | + "process_name" : "AssignScalarVariableProcess", |
| 112 | + "Parameters" : { |
| 113 | + "model_part_name" : "FluidModelPart.NoSlip2D_Left", |
| 114 | + "variable_name" : "TEMPERATURE", |
| 115 | + "interval" : [0.0,"End"], |
| 116 | + "constrained" : true, |
| 117 | + "value" : 960.0 |
| 118 | + } |
| 119 | + },{ |
| 120 | + "python_module" : "assign_scalar_variable_process", |
| 121 | + "kratos_module" : "KratosMultiphysics", |
| 122 | + "process_name" : "AssignScalarVariableProcess", |
| 123 | + "Parameters" : { |
| 124 | + "model_part_name" : "FluidModelPart.NoSlip2D_Right", |
| 125 | + "variable_name" : "TEMPERATURE", |
| 126 | + "interval" : [0.0,"End"], |
| 127 | + "constrained" : true, |
| 128 | + "value" : 240.0 |
| 129 | + } |
| 130 | + },{ |
| 131 | + "python_module" : "assign_scalar_variable_process", |
| 132 | + "kratos_module" : "KratosMultiphysics", |
| 133 | + "process_name" : "AssignScalarVariableProcess", |
| 134 | + "Parameters" : { |
| 135 | + "model_part_name" : "FluidModelPart.PressureConstraints2D_TopRightCorner", |
| 136 | + "variable_name" : "PRESSURE", |
| 137 | + "interval" : [0.0,"End"], |
| 138 | + "constrained" : true, |
| 139 | + "value" : 0.0 |
| 140 | + } |
| 141 | + }], |
| 142 | + "gravity" : [{ |
| 143 | + "python_module" : "assign_vector_by_direction_process", |
| 144 | + "kratos_module" : "KratosMultiphysics", |
| 145 | + "process_name" : "AssignVectorByDirectionProcess", |
| 146 | + "Parameters" : { |
| 147 | + "model_part_name" : "FluidModelPart.FluidParts_Fluid", |
| 148 | + "variable_name" : "BODY_FORCE", |
| 149 | + "modulus" : 2.40690342, |
| 150 | + "constrained" : false, |
| 151 | + "direction" : [0.0,-1.0,0.0] |
| 152 | + } |
| 153 | + }], |
| 154 | + "auxiliar_process_list" : [] |
| 155 | + }, |
| 156 | + "modelers" : [{ |
| 157 | + "name" : "Modelers.KratosMultiphysics.ImportMDPAModeler", |
| 158 | + "parameters" : { |
| 159 | + "input_filename" : "low_mach_cavity", |
| 160 | + "model_part_name" : "FluidModelPart" |
| 161 | + } |
| 162 | + }] |
| 163 | +} |
0 commit comments