|
75 | 75 | }, |
76 | 76 | "scheme_settings" : { |
77 | 77 | "is_transonic" : true, |
78 | | - "initial_critical_mach" : 0.9, |
| 78 | + "initial_critical_mach" : 0.90, |
79 | 79 | "initial_upwind_factor_constant": 2.0, |
80 | 80 | "target_critical_mach" : 0.95, |
81 | 81 | "target_upwind_factor_constant" : 1.0, |
|
108 | 108 | }, |
109 | 109 | "processes" : { |
110 | 110 | "boundary_conditions_process_list" : [{ |
111 | | - "python_module" : "apply_far_field_process", |
| 111 | + "python_module" : "apply_far_field_and_wake_process", |
112 | 112 | "kratos_module" : "KratosMultiphysics.CompressiblePotentialFlowApplication", |
113 | | - "process_name" : "FarFieldProcess", |
| 113 | + "process_name" : "ApplyFarFieldAndWakeProcess", |
114 | 114 | "Parameters" : { |
115 | 115 | "model_part_name" : "FluidModelPart.PotentialWallCondition2D_Far_field_Auto1", |
116 | 116 | "free_stream_density" : 1.225, |
117 | 117 | "angle_of_attack" : 0.0, |
118 | 118 | "mach_infinity" : 0.8, |
119 | | - "perturbation_field" : true |
| 119 | + "perturbation_field" : true, |
| 120 | + "define_wake": true, |
| 121 | + "wake_type": "Operations.KratosMultiphysics.CompressiblePotentialFlowApplication.Define2DWakeOperation", |
| 122 | + "wake_parameters" : { |
| 123 | + "body_model_part_name" : "FluidModelPart.Body2D_Body" |
| 124 | + } |
120 | 125 | } |
121 | | - } |
122 | | - ,{ |
123 | | - "python_module" : "define_wake_process_2d", |
124 | | - "kratos_module" : "KratosMultiphysics.CompressiblePotentialFlowApplication", |
125 | | - "process_name" : "DefineWakeProcess2D", |
126 | | - "Parameters" : { |
127 | | - "model_part_name" : "FluidModelPart.Body2D_Body" |
128 | | - } |
129 | | - } |
130 | | - ,{ |
| 126 | + },{ |
131 | 127 | "python_module" : "compute_nodal_value_process", |
132 | 128 | "kratos_module" : "KratosMultiphysics.CompressiblePotentialFlowApplication", |
133 | 129 | "process_name" : "ComputeNodalValueProcess", |
|
0 commit comments