small update to headers for usage

This commit is contained in:
andy
2008-07-04 18:49:57 +01:00
parent f45f751dbb
commit b2744a5eeb
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ Description
flowRate 0.2; // Volumetric/mass flow rate [m3/s or kg/s]
value uniform (0 0 0); // placeholder
fileName "time-series";
timeBounding repeat; // (error|warn|clamp|repeat)
boundAction repeat; // (error|warn|clamp|repeat)
}
@endverbatim

View File

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