update docs for timeVarying bcs

This commit is contained in:
Mark Olesen
2008-07-18 08:52:33 +02:00
parent a34c8d635b
commit b341c45864
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ Description
type timeVaryingFlowRateInletVelocity;
flowRate 0.2; // Volumetric/mass flow rate [m3/s or kg/s]
value uniform (0 0 0); // placeholder
fileName "time-series";
boundAction repeat; // (error|warn|clamp|repeat)
fileName "$FOAM_CASE/time-series";
outOfBounds repeat; // (error|warn|clamp|repeat)
}
@endverbatim

View File

@ -33,8 +33,8 @@ Description
inlet
{
type timeVaryingUniformFixedValue;
fileName "time-series";
boundAction clamp; // (error|warn|clamp|repeat)
fileName "$FOAM_CASE/time-series";
outOfBounds clamp; // (error|warn|clamp|repeat)
}
@endverbatim