mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
small update to headers for usage
This commit is contained in:
@ -36,7 +36,7 @@ Description
|
|||||||
flowRate 0.2; // Volumetric/mass flow rate [m3/s or kg/s]
|
flowRate 0.2; // Volumetric/mass flow rate [m3/s or kg/s]
|
||||||
value uniform (0 0 0); // placeholder
|
value uniform (0 0 0); // placeholder
|
||||||
fileName "time-series";
|
fileName "time-series";
|
||||||
timeBounding repeat; // (error|warn|clamp|repeat)
|
boundAction repeat; // (error|warn|clamp|repeat)
|
||||||
}
|
}
|
||||||
@endverbatim
|
@endverbatim
|
||||||
|
|
||||||
|
|||||||
@ -33,8 +33,8 @@ Description
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type timeVaryingUniformFixedValue;
|
type timeVaryingUniformFixedValue;
|
||||||
timeDataFile "time-series";
|
fileName "time-series";
|
||||||
timeBounding clamp; // (error|warn|clamp|repeat)
|
boundAction clamp; // (error|warn|clamp|repeat)
|
||||||
}
|
}
|
||||||
@endverbatim
|
@endverbatim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user