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 // gnuplot
// raw // raw
// vtk // vtk
// csv
setFormat raw; setFormat raw;
// Surface output format. Choice of // Surface output format. Choice of

View File

@ -25,7 +25,9 @@ Class
Foam::timeVaryingFlowRateInletVelocityFvPatchVectorField Foam::timeVaryingFlowRateInletVelocityFvPatchVectorField
Description 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: Example of the boundary condition specification:
\verbatim \verbatim

View File

@ -25,7 +25,9 @@ Class
Foam::timeVaryingUniformFixedValueFvPatchField Foam::timeVaryingUniformFixedValueFvPatchField
Description 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: Example of the boundary condition specification:
\verbatim \verbatim

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,7 +25,9 @@ Class
Foam::timeVaryingUniformTotalPressureFvPatchScalarField Foam::timeVaryingUniformTotalPressureFvPatchScalarField
Description 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 See Also
Foam::timeVaryingUniformFixedValueFvPatchField Foam::timeVaryingUniformFixedValueFvPatchField