FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

basicMixtures.C File Reference

Mixture instantiation. More...


Detailed Description

Mixture instantiation.

Definition in file basicMixtures.C.

#include "src/OpenFOAM/db/error/error.H"
#include "src/thermophysicalModels/basic/mixtures/basicMixture/basicMixture.H"
#include "src/thermophysicalModels/basic/mixtures/basicMixture/makeBasicMixture.H"
#include "src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H"
#include "src/thermophysicalModels/specie/equationOfState/incompressible/incompressible.H"
#include "src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H"
#include "src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H"
#include "src/thermophysicalModels/specie/thermo/janaf/janafThermo.H"
#include "src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H"
#include "src/thermophysicalModels/specie/transport/const/constTransport.H"
#include "src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H"
#include "src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H"
#include "src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H"
#include "src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H"
#include "src/thermophysicalModels/basic/mixtures/pureMixture/pureMixture.H"
#include "src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H"
Include dependency graph for basicMixtures.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

 makeBasicMixture (pureMixture, constTransport, hConstThermo, perfectGas)
 makeBasicMixture (pureMixture, sutherlandTransport, hConstThermo, perfectGas)
 makeBasicMixture (pureMixture, constTransport, eConstThermo, perfectGas)
 makeBasicMixture (pureMixture, sutherlandTransport, eConstThermo, perfectGas)
 makeBasicMixture (pureMixture, sutherlandTransport, janafThermo, perfectGas)
 makeBasicMixture (pureMixture, constTransport, hConstThermo, incompressible)
 makeBasicPolyMixture (pureMixture, 3)