mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: sampleDict, interpolationTable usage: added comment about csv reading/writing
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user