File tree Expand file tree Collapse file tree
kratos.gid/apps/Fluid/write Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ proc ::Fluid::write::process_special_conditions { list_of_processes } {
3939 foreach process $list_of_processes {
4040 # Wall law has nested parameters
4141 if {[dict get $process process_name] eq " ApplyWallLawProcess" } {
42- if {[dict get $process Parameters wall_model ] eq " navier_slip" } {
42+ if {[dict get $process Parameters wall_model_name ] eq " navier_slip" } {
4343 dict set process Parameters wall_model_settings slip_length [dict get $process Parameters slip_length]
4444 }
45- if {[dict get $process Parameters wall_model ] eq " linear_log" } {
45+ if {[dict get $process Parameters wall_model_name ] eq " linear_log" } {
4646 dict set process Parameters wall_model_settings y_wall [dict get $process Parameters y_wall]
4747 }
4848 dict unset process Parameters y_wall
@@ -293,4 +293,4 @@ proc ::Fluid::write::GetMonolithicElementTypeFromElementName {element_name} {
293293 if {![$element hasAttribute FormulationElementType]} {error " Your monolithic element $element_name need to define the FormulationElementType field" }
294294 set formulation_element_type [$element getAttribute FormulationElementType]
295295 return {*}$formulation_element_type
296- }
296+ }
You can’t perform that action at this time.
0 commit comments