diff --git a/perpendicular-flap/fluid-openfoam/0/U b/perpendicular-flap/fluid-openfoam/0/U index 5ad191331..7ad0502fd 100644 --- a/perpendicular-flap/fluid-openfoam/0/U +++ b/perpendicular-flap/fluid-openfoam/0/U @@ -8,14 +8,18 @@ FoamFile dimensions [0 1 -1 0 0 0 0]; -internalField uniform (10 0 0); +internalField uniform (0 0 0); boundaryField { inlet { - type fixedValue; - value $internalField; + type uniformFixedValue; + uniformValue table + ( + (0 (0 0 0)) + (1 (10 0 0)) + ); } outlet { diff --git a/perpendicular-flap/fluid-openfoam/system/controlDict b/perpendicular-flap/fluid-openfoam/system/controlDict index 9d35646a2..9a797181f 100644 --- a/perpendicular-flap/fluid-openfoam/system/controlDict +++ b/perpendicular-flap/fluid-openfoam/system/controlDict @@ -17,7 +17,7 @@ stopAt endTime; endTime 5; -deltaT 0.01; +deltaT 0.025; writeControl adjustableRunTime;