From a3739657e20a611c49bc07458b737e0670df142e Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 27 Apr 2011 14:38:39 +0100 Subject: [PATCH] STYLE: sampleDict, interpolationTable usage: added comment about csv reading/writing --- .../utilities/postProcessing/sampling/sample/sampleDict | 1 + .../timeVaryingFlowRateInletVelocityFvPatchVectorField.H | 4 +++- .../timeVaryingUniformFixedValueFvPatchField.H | 4 +++- .../timeVaryingUniformTotalPressureFvPatchScalarField.H | 6 ++++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/applications/utilities/postProcessing/sampling/sample/sampleDict b/applications/utilities/postProcessing/sampling/sample/sampleDict index 87abe5926d..e413b94cc4 100644 --- a/applications/utilities/postProcessing/sampling/sample/sampleDict +++ b/applications/utilities/postProcessing/sampling/sample/sampleDict @@ -23,6 +23,7 @@ FoamFile // gnuplot // raw // vtk +// csv setFormat raw; // Surface output format. Choice of diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H index e270695ca1..459c055806 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingFlowRateInletVelocity/timeVaryingFlowRateInletVelocityFvPatchVectorField.H @@ -25,7 +25,9 @@ Class Foam::timeVaryingFlowRateInletVelocityFvPatchVectorField Description - A time-varying form of a flow normal vector boundary condition. + A time-varying form of a flow normal vector boundary condition. The + variation is specified as an interpolationTable (see + Foam::interpolationTable). Example of the boundary condition specification: \verbatim diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H index 81ae7aefec..e165e7fb95 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.H @@ -25,7 +25,9 @@ Class Foam::timeVaryingUniformFixedValueFvPatchField Description - A time-varying form of a uniform fixed value boundary condition. + A time-varying form of a uniform fixed value boundary condition. The + variation is specified as an interpolationTable (see + Foam::interpolationTable for read options). Example of the boundary condition specification: \verbatim diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H index ee44a98a8d..3c59ffb4b3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformTotalPressure/timeVaryingUniformTotalPressureFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,7 +25,9 @@ Class Foam::timeVaryingUniformTotalPressureFvPatchScalarField Description - A time-varying form of a uniform total pressure boundary condition. + A time-varying form of a uniform total pressure boundary condition. The + variation is specified as an interpolationTable (see + Foam::interpolationTable). See Also Foam::timeVaryingUniformFixedValueFvPatchField