We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101b0d5 commit 79bcbacCopy full SHA for 79bcbac
1 file changed
kratos.gid/apps/FSI/examples/MokChannelWithFlexibleWall.tcl
@@ -194,7 +194,7 @@ proc FSI::examples::TreeAssignationMokChannelFlexibleWall {args} {
194
195
# Fluid Inlet
196
Fluid::xml::CreateNewInlet Inlet {new true name interval1 ini 0 end 10.0} true "0.1214*(1-cos(0.1*pi*t))*y*(1-y)"
197
- Fluid::xml::CreateNewInlet Inlet {new true name interval2 ini 10.0 end end} true "0.2428*y*(1-y)"
+ Fluid::xml::CreateNewInlet Inlet {new true name interval2 ini 10.0 end End} true "0.2428*y*(1-y)"
198
199
# Fluid Outlet
200
set fluidOutlet "$fluidConditions/condition\[@n='Outlet$nd'\]"
0 commit comments