mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Description
Temperature-dependent surface tension model in which the surface tension
function provided by the phase Foam::liquidProperties class is used.
Usage
\table
Property | Description | Required | Default value
phase | Phase name | yes |
\endtable
Example of the surface tension specification:
\verbatim
sigma
{
type liquidProperties;
phase water;
}
\endverbatim
for use with e.g. compressibleInterFoam, see
tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D
28 lines
864 B
Plaintext
28 lines
864 B
Plaintext
EXE_INC = \
|
|
-I. \
|
|
-I../VoF \
|
|
-ItwoPhaseMixtureThermo \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-ltwoPhaseMixtureThermo \
|
|
-ltwoPhaseSurfaceTension \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-ltwoPhaseMixture \
|
|
-ltwoPhaseProperties \
|
|
-linterfaceProperties \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools
|