STYLE: sampleDict, interpolationTable usage: added comment about csv reading/writing

This commit is contained in:
mattijs
2011-04-27 14:38:39 +01:00
parent 6217691b4d
commit a3739657e2
4 changed files with 11 additions and 4 deletions

View File

@ -23,6 +23,7 @@ FoamFile
// gnuplot
// raw
// vtk
// csv
setFormat raw;
// Surface output format. Choice of

View File

@ -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

View File

@ -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

View File

@ -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