From b341c45864d34df4eac259d964a712cd564b4c98 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Fri, 18 Jul 2008 08:52:33 +0200 Subject: [PATCH] update docs for timeVarying bcs --- .../timeVaryingFlowRateInletVelocityFvPatchVectorField.H | 4 ++-- .../timeVaryingUniformFixedValueFvPatchField.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H index 21198d936e..aab658efed 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H @@ -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 diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H index b6ce246cc6..2dfeb31d7c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H @@ -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