File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
fluid_structure_interaction/validation/fsi_turek_FSI2/source Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 9898 "Parameters" : {
9999 "model_part_name" : " FluidModelPart.AutomaticInlet2D_Inlet" ,
100100 "variable_name" : " VELOCITY" ,
101- "modulus" : " 1.5*(0.5*(1-cos(0.5*pi*t))*1.0)*(4.0/0.1681)*y*(0.41-y) if t<2.0 else 1.5*(1.0)*(4.0/0.1681)*y*(0.41-y) " ,
101+ "modulus" : " 1.5*(0.5*(1-cos(0.5*pi*t))*1.0)*(4.0/0.1681)*y*(0.41-y)" ,
102102 "direction" : " automatic_inwards_normal" ,
103- "interval" : [0.0 ," End" ]
103+ "interval" : [0.0 ,2.0 ]
104+ }
105+ },{
106+ "python_module" : " apply_inlet_process" ,
107+ "kratos_module" : " KratosMultiphysics.FluidDynamicsApplication" ,
108+ "Parameters" : {
109+ "model_part_name" : " FluidModelPart.AutomaticInlet2D_Inlet" ,
110+ "variable_name" : " VELOCITY" ,
111+ "modulus" : " 1.5*(1.0)*(4.0/0.1681)*y*(0.41-y)" ,
112+ "direction" : " automatic_inwards_normal" ,
113+ "interval" : [2.0 ," End" ]
104114 }
105115 },{
106116 "python_module" : " apply_outlet_process" ,
You can’t perform that action at this time.
0 commit comments