Skip to content

Commit 7e7f3c7

Browse files
committed
CompressiblePotentialFlowApplication/naca0012_transonic_scheme Updated to use ApplyFarfieldAndWakeProcess
1 parent 6a3fcb7 commit 7e7f3c7

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

potential_flow/validation/naca0012_transonic_scheme/source/ProjectParameters.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"scheme_settings" : {
7777
"is_transonic" : true,
78-
"initial_critical_mach" : 0.9,
78+
"initial_critical_mach" : 0.90,
7979
"initial_upwind_factor_constant": 2.0,
8080
"target_critical_mach" : 0.95,
8181
"target_upwind_factor_constant" : 1.0,
@@ -108,26 +108,22 @@
108108
},
109109
"processes" : {
110110
"boundary_conditions_process_list" : [{
111-
"python_module" : "apply_far_field_process",
111+
"python_module" : "apply_far_field_and_wake_process",
112112
"kratos_module" : "KratosMultiphysics.CompressiblePotentialFlowApplication",
113-
"process_name" : "FarFieldProcess",
113+
"process_name" : "ApplyFarFieldAndWakeProcess",
114114
"Parameters" : {
115115
"model_part_name" : "FluidModelPart.PotentialWallCondition2D_Far_field_Auto1",
116116
"free_stream_density" : 1.225,
117117
"angle_of_attack" : 0.0,
118118
"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+
}
120125
}
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+
},{
131127
"python_module" : "compute_nodal_value_process",
132128
"kratos_module" : "KratosMultiphysics.CompressiblePotentialFlowApplication",
133129
"process_name" : "ComputeNodalValueProcess",

0 commit comments

Comments
 (0)