Revert "interfaceHeight function object: added preconfigured file in etc"
This reverts commit 5436668030.
This commit is contained in:
@ -6,17 +6,16 @@
|
|||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Description
|
Description
|
||||||
Writes the height of an interface above a set of locations; for each
|
Reports the height of the interface above a set of locations. For each
|
||||||
location, it writes the vertical distance of the interface above both
|
location, it writes the vertical distance of the interface above both the
|
||||||
the location and the lowest boundary.
|
location and the lowest boundary. It also writes the point on the interface
|
||||||
|
from which these heights are computed. It uses an integral approach, so if
|
||||||
|
there are multiple interfaces above or below a location then this method
|
||||||
|
will generate average values.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
type interfaceHeight;
|
#includeEtc "caseDicts/postProcessing/probes/interfaceHeight.cfg"
|
||||||
libs ("libfieldFunctionObjects.so");
|
|
||||||
|
|
||||||
executionControl writeTime;
|
|
||||||
writeControl writeTime;
|
|
||||||
|
|
||||||
alpha alpha.water;
|
alpha alpha.water;
|
||||||
locations
|
locations
|
||||||
15
etc/caseDicts/postProcessing/probes/interfaceHeight.cfg
Normal file
15
etc/caseDicts/postProcessing/probes/interfaceHeight.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
|
| ========= | |
|
||||||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
|
| \\ / O peration | Version: dev |
|
||||||
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
|
| \\/ M anipulation | |
|
||||||
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
type interfaceHeight;
|
||||||
|
libs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
|
writeControl timeStep;
|
||||||
|
writeInterval 1;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
Reference in New Issue
Block a user