mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
interfaceHeight: Improved the description
This commit is contained in:
@ -7,9 +7,11 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Description
|
Description
|
||||||
Reports the height of the 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 distance from the boundary to the interface,
|
location, it writes the vertical distance of the interface above both the
|
||||||
intersecting the location. It uses an integral approach, which computes an
|
location and the lowest boundary. It also writes the point on the interface
|
||||||
average where for multiple interfaces above or below a location.
|
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.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -26,10 +26,11 @@ Class
|
|||||||
|
|
||||||
Description
|
Description
|
||||||
This function object reports the height of the interface above a set of
|
This function object reports the height of the interface above a set of
|
||||||
locations. It writes the height above the location, above the boundary,
|
locations. For each location, it writes the vertical distance of the
|
||||||
and the point on the interface. It uses an integral approach, so if there
|
interface above both the location and the lowest boundary. It also writes
|
||||||
are multiple interfaces above or below a location, this method will return
|
the point on the interface from which these heights are computed. It uses
|
||||||
an average height.
|
an integral approach, so if there are multiple interfaces above or below a
|
||||||
|
location then this method will generate average values.
|
||||||
|
|
||||||
Example of function object specification:
|
Example of function object specification:
|
||||||
\verbatim
|
\verbatim
|
||||||
|
|||||||
Reference in New Issue
Block a user