mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
liquidMixtureProperties: Updated documentation
This commit is contained in:
@ -31,17 +31,11 @@ Description
|
|||||||
\verbatim
|
\verbatim
|
||||||
<parentDictionary>
|
<parentDictionary>
|
||||||
{
|
{
|
||||||
H2O
|
H2O; // employ default coefficients
|
||||||
{
|
|
||||||
defaultCoeffs yes; // employ default coefficients
|
|
||||||
}
|
|
||||||
C7H16
|
C7H16
|
||||||
{
|
{
|
||||||
defaultCoeffs no;
|
// ... user defined properties for C7H16
|
||||||
C7H16Coeffs
|
|
||||||
{
|
|
||||||
... user defined properties for C7H16
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
@ -57,11 +51,9 @@ See also
|
|||||||
#ifndef liquidMixtureProperties_H
|
#ifndef liquidMixtureProperties_H
|
||||||
#define liquidMixtureProperties_H
|
#define liquidMixtureProperties_H
|
||||||
|
|
||||||
#include "word.H"
|
|
||||||
#include "scalarField.H"
|
|
||||||
#include "PtrList.H"
|
|
||||||
#include "liquidProperties.H"
|
#include "liquidProperties.H"
|
||||||
#include "autoPtr.H"
|
#include "PtrList.H"
|
||||||
|
#include "scalarField.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user