Corrected typos in comments and in name of solidEquilibriumEnergySource fvOption

Patch contributed by Timo Niemi, VTT.
Resolves bug report https://bugs.openfoam.org/view.php?id=3369
This commit is contained in:
Will Bainbridge
2019-10-14 09:04:37 +01:00
parent 8ea55e8f06
commit 2b0c5028a4
132 changed files with 314 additions and 313 deletions

View File

@ -89,7 +89,7 @@ else
} }
} }
// The incompressibe form of the continuity error check is appropriate for // The incompressible form of the continuity error check is appropriate for
// steady-state compressible also. // steady-state compressible also.
#include "incompressible/continuityErrs.H" #include "incompressible/continuityErrs.H"

View File

@ -114,7 +114,7 @@ public:
return relativePermeability_; return relativePermeability_;
} }
//- Return remenance //- Return remenence
inline const dimensionedScalar& Mr() const inline const dimensionedScalar& Mr() const
{ {
return remanence_; return remanence_;

View File

@ -34,7 +34,7 @@ Description
conductivity sigma and permeability mu are read in as uniform conductivity sigma and permeability mu are read in as uniform
constants. constants.
A fictitous magnetic flux pressure pB is introduced in order to A fictitious magnetic flux pressure pB is introduced in order to
compensate for discretisation errors and create a magnetic face flux compensate for discretisation errors and create a magnetic face flux
field which is divergence free as required by Maxwell's equations. field which is divergence free as required by Maxwell's equations.

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< nl << "Calculating value(price of comodities)" << endl; Info<< nl << "Calculating value(price of commodities)" << endl;
surfaceScalarField phi("phi", (sigmaSqr - r)*(Pf & mesh.Sf())); surfaceScalarField phi("phi", (sigmaSqr - r)*(Pf & mesh.Sf()));

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application Application
ajointShapeOptimizationFoam adjointShapeOptimizationFoam
Description Description
Steady-state solver for incompressible, turbulent flow of non-Newtonian Steady-state solver for incompressible, turbulent flow of non-Newtonian

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,7 +25,7 @@ Global
cumulativeAdjointContErr cumulativeAdjointContErr
Description Description
Declare and initialise the cumulative ddjoint continuity error. Declare and initialise the cumulative adjoint continuity error.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -93,7 +93,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -93,7 +93,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2015-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -78,7 +78,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -87,7 +87,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -119,7 +119,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -89,7 +89,7 @@ public:
//- Saturation pressure //- Saturation pressure
virtual tmp<volScalarField> pSat(const volScalarField& T) const; virtual tmp<volScalarField> pSat(const volScalarField& T) const;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const; virtual tmp<volScalarField> pSatPrime(const volScalarField& T) const;
//- Natural log of the saturation pressure //- Natural log of the saturation pressure

View File

@ -103,7 +103,7 @@ public:
const volScalarField& T const volScalarField& T
) const = 0; ) const = 0;
//- Saturation pressure derivetive w.r.t. temperature //- Saturation pressure derivative w.r.t. temperature
virtual tmp<volScalarField> pSatPrime virtual tmp<volScalarField> pSatPrime
( (
const volScalarField& T const volScalarField& T

View File

@ -25,7 +25,7 @@ Class
Foam::MomentumTransferPhaseSystem Foam::MomentumTransferPhaseSystem
Description Description
Class which models interfacial momenum transfer between a number of phases. Class which models interfacial momentum transfer between a number of phases.
Drag, virtual mass, lift, wall lubrication and turbulent dispersion are all Drag, virtual mass, lift, wall lubrication and turbulent dispersion are all
modelled. The explicit contribution from the drag is omitted from the modelled. The explicit contribution from the drag is omitted from the
transfer matrices, as this forms part of the solution of the pressure transfer matrices, as this forms part of the solution of the pressure

View File

@ -29,7 +29,7 @@ Description
common pressure, but otherwise separate properties. The type of phase model common pressure, but otherwise separate properties. The type of phase model
is run time selectable and can optionally represent multiple species and is run time selectable and can optionally represent multiple species and
in-phase reactions. The phase system is also run time selectable and can in-phase reactions. The phase system is also run time selectable and can
optionally represent different types of momentun, heat and mass transfer. optionally represent different types of momentum, heat and mass transfer.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -29,7 +29,7 @@ Description
but otherwise separate properties. The type of phase model is run time but otherwise separate properties. The type of phase model is run time
selectable and can optionally represent multiple species and in-phase selectable and can optionally represent multiple species and in-phase
reactions. The phase system is also run time selectable and can optionally reactions. The phase system is also run time selectable and can optionally
represent different types of momentun, heat and mass transfer. represent different types of momentum, heat and mass transfer.
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -441,7 +441,7 @@ private:
) const; ) const;
//- Check to see if dual cell specified by given vertex iterator //- Check to see if dual cell specified by given vertex iterator
// intersects the boundary and hence reqires a point-pair // intersects the boundary and hence requires a point-pair
bool dualCellSurfaceAnyIntersection bool dualCellSurfaceAnyIntersection
( (
const Delaunay::Finite_vertices_iterator& vit const Delaunay::Finite_vertices_iterator& vit

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -110,7 +110,7 @@ int main(int argc, char *argv[])
} }
// - All patches which are not agglomarated are identity for finalAgglom // - All patches which are not agglomerated are identity for finalAgglom
forAll(boundary, patchid) forAll(boundary, patchid)
{ {
if (finalAgglom[patchid].size() == 0) if (finalAgglom[patchid].size() == 0)

View File

@ -87,7 +87,7 @@ for (label proci = 0; proci < Pstream::nProcs(); proci++)
DynamicList<label> dRayIs; DynamicList<label> dRayIs;
// Collect the rays which has not abstacle in bettween in rayStartFace // Collect the rays which don't have obstacle in between rayStartFace
// and rayEndFace. If the ray hit itself get stored in dRayIs // and rayEndFace. If the ray hit itself get stored in dRayIs
forAll(hitInfo, rayI) forAll(hitInfo, rayI)
{ {

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -130,7 +130,7 @@ int main(int argc, char *argv[])
); );
// Stoiciometric number of moles of species for one mole of fuel // Stoichiometric number of moles of species for one mole of fuel
scalar stoicO2 = n + m/4.0; scalar stoicO2 = n + m/4.0;
scalar stoicN2 = (0.79/0.21)*(n + m/4.0); scalar stoicN2 = (0.79/0.21)*(n + m/4.0);
scalar stoicCO2 = n; scalar stoicCO2 = n;

View File

@ -115,7 +115,7 @@ class seulex
const scalarField& scale const scalarField& scale
) const; ) const;
//- Polynomial extrpolation //- Polynomial extrapolation
void extrapolate void extrapolate
( (
const label k, const label k,

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -78,7 +78,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasport, const transportModel& transport,
const word& propertiesName const word& propertiesName
); );
@ -91,7 +91,7 @@ public:
const volScalarField& rho, const volScalarField& rho,
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasportModel, const transportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );

View File

@ -87,7 +87,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasport, const transportModel& transport,
const word& propertiesName const word& propertiesName
); );

View File

@ -69,7 +69,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasport, const transportModel& transport,
const word& propertiesName const word& propertiesName
); );
@ -84,7 +84,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasportModel, const transportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );
@ -95,7 +95,7 @@ public:
const volScalarField& rho, const volScalarField& rho,
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasportModel, const transportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -91,7 +91,7 @@ public:
( (
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const TransportModel& trasportModel, const TransportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -78,7 +78,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasport, const transportModel& transport,
const word& propertiesName const word& propertiesName
); );
@ -93,7 +93,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const transportModel& trasportModel, const transportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -78,7 +78,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const TransportModel& trasportModel, const TransportModel& transportModel,
const word& propertiesName const word& propertiesName
); );
@ -92,7 +92,7 @@ public:
const volVectorField& U, const volVectorField& U,
const surfaceScalarField& alphaRhoPhi, const surfaceScalarField& alphaRhoPhi,
const surfaceScalarField& phi, const surfaceScalarField& phi,
const TransportModel& trasportModel, const TransportModel& transportModel,
const word& propertiesName = turbulenceModel::propertiesName const word& propertiesName = turbulenceModel::propertiesName
); );

View File

@ -26,7 +26,7 @@ Class
Description Description
Flame Surface Dennsity (FDS) combustion model. Flame Surface Density (FDS) combustion model.
The fuel source term is given by mgft*pc*omegaFuelBar. The fuel source term is given by mgft*pc*omegaFuelBar.

View File

@ -65,7 +65,7 @@ protected:
//- Mesh reference //- Mesh reference
const fvMesh& mesh_; const fvMesh& mesh_;
//- Combstion model owner //- Combustion model owner
const combustionModel& combModel_; const combustionModel& combModel_;
//- Fuel name //- Fuel name

View File

@ -58,7 +58,7 @@ Foam::label Foam::dynamicRefineFvMesh::count
n++; n++;
} }
// debug also serves to get-around Clang compiler trying to optimsie // debug also serves to get-around Clang compiler trying to optimise
// out this forAll loop under O3 optimisation // out this forAll loop under O3 optimisation
if (debug) if (debug)
{ {

View File

@ -55,7 +55,7 @@ Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
p | pressure field name | no | p p | pressure field name | no | p
cyclicPatch | cylclic patch name | yes | cyclicPatch | cyclic patch name | yes |
orientation | 1 or -1 used to switch flow direction | yes| orientation | 1 or -1 used to switch flow direction | yes|
openFraction | current opatch open fraction [0-1]| yes | openFraction | current opatch open fraction [0-1]| yes |
openingTime | time taken to open the baffle | yes | openingTime | time taken to open the baffle | yes |

View File

@ -42,11 +42,11 @@ Description
\verbatim \verbatim
# Patch: <patch name> # Patch: <patch name>
<value1> <gradient1> <valueFracion1> <value1> <gradient1> <valueFraction1>
<value2> <gradient2> <valueFracion2> <value2> <gradient2> <valueFraction2>
<value3> <gradient3> <valueFracion3> <value3> <gradient3> <valueFraction3>
... ...
<valueN> <gradientN> <valueFracionN> <valueN> <gradientN> <valueFractionN>
\endverbatim \endverbatim
Data is sent/received as a single file for all patches from the directory Data is sent/received as a single file for all patches from the directory

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,7 +25,7 @@ InNamespace
Foam::fvc Foam::fvc
Description Description
Calculate the magnitiude of the square of the gradient of the gradient of Calculate the magnitude of the square of the gradient of the gradient of
the given volField. the given volField.
SourceFiles SourceFiles

View File

@ -190,7 +190,7 @@ private:
// Demand driven // Demand driven
//- Mesh searching enigne //- Mesh searching engine
autoPtr<meshSearch> meshSearchPtr_; autoPtr<meshSearch> meshSearchPtr_;
//- Seed set engine //- Seed set engine
@ -257,7 +257,7 @@ public:
//- Do nothing //- Do nothing
virtual bool execute(); virtual bool execute();
//- Calculate and write the steamlines //- Calculate and write the streamlines
virtual bool write(); virtual bool write();
//- Update for changes of mesh //- Update for changes of mesh

View File

@ -28,7 +28,7 @@ Description
Stores turbulence fields on the mesh database for further manipulation. Stores turbulence fields on the mesh database for further manipulation.
Fields are stored as copies of the original, with the prefix Fields are stored as copies of the original, with the prefix
"tubulenceModel:", e.g.: "turbulenceModel:", e.g.:
\verbatim \verbatim
turbulenceModel:R turbulenceModel:R

View File

@ -62,7 +62,7 @@ Usage
patches | patches included in the forces calculation | yes | patches | patches included in the forces calculation | yes |
liftDir | lift direction | yes | liftDir | lift direction | yes |
dragDir | drag direction | yes | dragDir | drag direction | yes |
pitchAxis | picth axis | yes | pitchAxis | pitch axis | yes |
magUInf | free stream velocity magnitude | yes | magUInf | free stream velocity magnitude | yes |
lRef | reference length scale for moment calculations | yes | lRef | reference length scale for moment calculations | yes |
Aref | reference area | yes | Aref | reference area | yes |
@ -73,7 +73,7 @@ Usage
\table \table
nBin | number of data bins | yes | nBin | number of data bins | yes |
direction | direction along which bins are defined | yes | direction | direction along which bins are defined | yes |
cumulative | bin data accumulated with incresing distance | yes | cumulative | bin data accumulated with increasing distance | yes |
\endtable \endtable
See also See also

View File

@ -70,7 +70,7 @@ Usage
\table \table
nBin | number of data bins | yes | nBin | number of data bins | yes |
direction | direction along which bins are defined | yes | direction | direction along which bins are defined | yes |
cumulative | bin data accumulated with incresing distance | yes | cumulative | bin data accumulated with increasing distance | yes |
\endtable \endtable
Note Note

View File

@ -43,7 +43,7 @@ $(derivedSources)/damping/verticalDamping/verticalDamping.C
$(derivedSources)/phaseLimitStabilization/phaseLimitStabilization.C $(derivedSources)/phaseLimitStabilization/phaseLimitStabilization.C
$(derivedSources)/accelerationSource/accelerationSource.C $(derivedSources)/accelerationSource/accelerationSource.C
$(derivedSources)/volumeFractionSource/volumeFractionSource.C $(derivedSources)/volumeFractionSource/volumeFractionSource.C
$(derivedSources)/solidEqulibriumEnergySource/solidEqulibriumEnergySource.C $(derivedSources)/solidEquilibriumEnergySource/solidEquilibriumEnergySource.C
interRegion = sources/interRegion interRegion = sources/interRegion
$(interRegion)/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.C $(interRegion)/interRegionHeatTransfer/interRegionHeatTransferModel/interRegionHeatTransferModel.C

View File

@ -36,7 +36,7 @@ Description
where: where:
\vartable \vartable
Q_t | total heat source Q_t | total heat source
e(\phi,\dot{m}_2) | effectivenes table e(\phi,\dot{m}_2) | effectiveness table
\phi | net mass flux entering heat exchanger [kg/s] \phi | net mass flux entering heat exchanger [kg/s]
\dot{m}_2 | secondary mass flow rate [kg/s] \dot{m}_2 | secondary mass flow rate [kg/s]
T_1 | primary inlet temperature [K] T_1 | primary inlet temperature [K]

View File

@ -25,7 +25,7 @@ Class
Foam::lookupProfile Foam::lookupProfile
Description Description
Look-up based profile data - drag and lift coefficients are lineraly Look-up based profile data - drag and lift coefficients are linearly
interpolated based on the supplied angle of attack interpolated based on the supplied angle of attack
Input in list format: Input in list format:

View File

@ -27,7 +27,7 @@ Class
Description Description
Rotor disk source Rotor disk source
Cell based momemtum source which approximates the mean effects of Cell based momentum source which approximates the mean effects of
rotor forces on a cylindrical region within the domain. rotor forces on a cylindrical region within the domain.
Usage Usage

View File

@ -59,8 +59,8 @@ Description
Where: Where:
alpha = user-input conversion coefficient (default = 1) alpha = user-input conversion coefficient (default = 1)
rho = desity rho = density
omega = rotor angulr velocity omega = rotor angular velocity
pi = mathematical pi pi = mathematical pi

View File

@ -23,7 +23,7 @@ License
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#include "solidEqulibriumEnergySource.H" #include "solidEquilibriumEnergySource.H"
#include "fvmDdt.H" #include "fvmDdt.H"
#include "fvmLaplacian.H" #include "fvmLaplacian.H"
#include "addToRunTimeSelectionTable.H" #include "addToRunTimeSelectionTable.H"
@ -34,11 +34,11 @@ namespace Foam
{ {
namespace fv namespace fv
{ {
defineTypeNameAndDebug(solidEqulibriumEnergySource, 0); defineTypeNameAndDebug(solidEquilibriumEnergySource, 0);
addToRunTimeSelectionTable addToRunTimeSelectionTable
( (
option, option,
solidEqulibriumEnergySource, solidEquilibriumEnergySource,
dictionary dictionary
); );
} }
@ -47,7 +47,8 @@ namespace fv
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
const Foam::volScalarField& Foam::fv::solidEqulibriumEnergySource::alpha() const const Foam::volScalarField&
Foam::fv::solidEquilibriumEnergySource::alpha() const
{ {
const word alphaName = IOobject::groupName("alpha", phaseName_); const word alphaName = IOobject::groupName("alpha", phaseName_);
@ -74,7 +75,7 @@ const Foam::volScalarField& Foam::fv::solidEqulibriumEnergySource::alpha() const
} }
const Foam::solidThermo& Foam::fv::solidEqulibriumEnergySource::thermo() const const Foam::solidThermo& Foam::fv::solidEquilibriumEnergySource::thermo() const
{ {
const word thermoName = const word thermoName =
IOobject::groupName(basicThermo::dictName, phaseName_); IOobject::groupName(basicThermo::dictName, phaseName_);
@ -92,7 +93,7 @@ const Foam::solidThermo& Foam::fv::solidEqulibriumEnergySource::thermo() const
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::fv::solidEqulibriumEnergySource::solidEqulibriumEnergySource Foam::fv::solidEquilibriumEnergySource::solidEquilibriumEnergySource
( (
const word& name, const word& name,
const word& modelType, const word& modelType,
@ -111,13 +112,13 @@ Foam::fv::solidEqulibriumEnergySource::solidEqulibriumEnergySource
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam::fv::solidEqulibriumEnergySource::~solidEqulibriumEnergySource() Foam::fv::solidEquilibriumEnergySource::~solidEquilibriumEnergySource()
{} {}
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
void Foam::fv::solidEqulibriumEnergySource::addSup void Foam::fv::solidEquilibriumEnergySource::addSup
( (
const volScalarField& rho, const volScalarField& rho,
fvMatrix<scalar>& eqn, fvMatrix<scalar>& eqn,
@ -140,7 +141,7 @@ void Foam::fv::solidEqulibriumEnergySource::addSup
} }
void Foam::fv::solidEqulibriumEnergySource::addSup void Foam::fv::solidEquilibriumEnergySource::addSup
( (
const volScalarField& alpha, const volScalarField& alpha,
const volScalarField& rho, const volScalarField& rho,
@ -164,7 +165,7 @@ void Foam::fv::solidEqulibriumEnergySource::addSup
} }
bool Foam::fv::solidEqulibriumEnergySource::read(const dictionary& dict) bool Foam::fv::solidEquilibriumEnergySource::read(const dictionary& dict)
{ {
if (option::read(dict)) if (option::read(dict))
{ {

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::fv::solidEqulibriumEnergySource Foam::fv::solidEquilibriumEnergySource
Description Description
This option adds the thermal inertia of a solid phase into the energy This option adds the thermal inertia of a solid phase into the energy
@ -45,7 +45,7 @@ Usage
\verbatim \verbatim
<fvOptionName> <fvOptionName>
{ {
type solidEqulibriumEnergySource; type solidEquilibriumEnergySource;
phase solid; phase solid;
field e; field e;
} }
@ -53,8 +53,8 @@ Usage
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
#ifndef solidEqulibriumEnergySource_H #ifndef solidEquilibriumEnergySource_H
#define solidEqulibriumEnergySource_H #define solidEquilibriumEnergySource_H
#include "fvOption.H" #include "fvOption.H"
#include "volFields.H" #include "volFields.H"
@ -68,10 +68,10 @@ namespace fv
{ {
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class solidEqulibriumEnergySource Declaration Class solidEquilibriumEnergySource Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
class solidEqulibriumEnergySource class solidEquilibriumEnergySource
: :
public option public option
{ {
@ -90,13 +90,13 @@ class solidEqulibriumEnergySource
public: public:
//- Runtime type information //- Runtime type information
TypeName("solidEqulibriumEnergySource"); TypeName("solidEquilibriumEnergySource");
// Constructors // Constructors
//- Construct from components //- Construct from components
solidEqulibriumEnergySource solidEquilibriumEnergySource
( (
const word& name, const word& name,
const word& modelType, const word& modelType,
@ -105,14 +105,14 @@ public:
); );
//- Disallow default bitwise copy construction //- Disallow default bitwise copy construction
solidEqulibriumEnergySource solidEquilibriumEnergySource
( (
const solidEqulibriumEnergySource& const solidEquilibriumEnergySource&
) = delete; ) = delete;
//- Destructor //- Destructor
virtual ~solidEqulibriumEnergySource(); virtual ~solidEquilibriumEnergySource();
// Member Functions // Member Functions
@ -146,7 +146,7 @@ public:
// Member Operators // Member Operators
//- Disallow default bitwise assignment //- Disallow default bitwise assignment
void operator=(const solidEqulibriumEnergySource&) = delete; void operator=(const solidEquilibriumEnergySource&) = delete;
}; };

View File

@ -26,7 +26,7 @@ Class
Description Description
This source is designed to model the effect of solidification and melting This source is designed to model the effect of solidification and melting
processes, e.g. windhield defrosting. processes, e.g. windshield defrosting.
The isotherm phase change occurs at the melting temperature, \c Tsol (= \c The isotherm phase change occurs at the melting temperature, \c Tsol (= \c
Tliq). The not isotherm phase change occurs between solidus and liquidus Tliq). The not isotherm phase change occurs between solidus and liquidus

View File

@ -74,7 +74,7 @@ class variableHeatTransfer
//- Strut diameter //- Strut diameter
scalar ds_; scalar ds_;
//- Fluid Prandt number //- Fluid Prandtl number
scalar Pr_; scalar Pr_;
//- Area per unit volume of heat exchanger //- Area per unit volume of heat exchanger

View File

@ -155,7 +155,7 @@ Foam::scalar Foam::COxidationMurphyShaddix<CloudType>::calculate
// Particle surface area [m^2] // Particle surface area [m^2]
const scalar Ap = constant::mathematical::pi*sqr(d); const scalar Ap = constant::mathematical::pi*sqr(d);
// Calculate diffision constant at continuous phase temperature // Calculate diffusion constant at continuous phase temperature
// and density [m^2/s] // and density [m^2/s]
const scalar D = D0_*(rho0_/rhoc)*pow(Tc/T0_, Dn_); const scalar D = D0_*(rho0_/rhoc)*pow(Tc/T0_, Dn_);

View File

@ -29,7 +29,7 @@ Description
Point values are summed using the tetrahedral decomposition of the Point values are summed using the tetrahedral decomposition of the
computational cells. Summation is done in the cells, and also in the computational cells. Summation is done in the cells, and also in the
terahedrons surrounding each point. The latter forms a type of dual mesh. tetrahedrons surrounding each point. The latter forms a type of dual mesh.
The interpolation is weighted by proximity to the cell centre or point, as The interpolation is weighted by proximity to the cell centre or point, as
calculated by the barycentric coordinate within the tethrahedron. calculated by the barycentric coordinate within the tethrahedron.

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,7 +25,7 @@ Class
Foam::TimeScaleModels::equilibrium Foam::TimeScaleModels::equilibrium
Description Description
Equlibrium model for the time scale over which properties of a dispersed Equilibrium model for the time scale over which properties of a dispersed
phase tend towards the mean value. phase tend towards the mean value.
Reference: Reference:

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,7 +25,7 @@ Class
Foam::TimeScaleModels::nonEquilibrium Foam::TimeScaleModels::nonEquilibrium
Description Description
Non-Equlibrium model for the time scale over which properties of a Non-Equilibrium model for the time scale over which properties of a
dispersed phase tend towards the mean value. dispersed phase tend towards the mean value.
Reference: Reference:

View File

@ -86,13 +86,13 @@ class ThermoLookupTableInjection
//- List of injectors //- List of injectors
kinematicParcelInjectionDataIOList injectors_; kinematicParcelInjectionDataIOList injectors_;
//- List of cell labels corresoponding to injector positions //- List of cell labels corresponding to injector positions
labelList injectorCells_; labelList injectorCells_;
//- List of tetFace labels corresoponding to injector positions //- List of tetFace labels corresponding to injector positions
labelList injectorTetFaces_; labelList injectorTetFaces_;
//- List of tetPt labels corresoponding to injector positions //- List of tetPt labels corresponding to injector positions
labelList injectorTetPts_; labelList injectorTetPts_;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,11 +25,11 @@ License
Info << nl << "Creating autocorrelation functions." << endl; Info << nl << "Creating autocorrelation functions." << endl;
IOdictionary mdTransportProperitesDict IOdictionary mdTransportPropertiesDict
( (
IOobject IOobject
( (
"mdTransportProperitesDict", "mdTransportPropertiesDict",
mesh.time().system(), mesh.time().system(),
mesh, mesh,
IOobject::MUST_READ_IF_MODIFIED, IOobject::MUST_READ_IF_MODIFIED,
@ -40,7 +40,7 @@ IOdictionary mdTransportProperitesDict
const dictionary& autocorrelationFunctionDict const dictionary& autocorrelationFunctionDict
( (
mdTransportProperitesDict.subDict("autocorrelationFunctions") mdTransportPropertiesDict.subDict("autocorrelationFunctions")
); );
//- Velocity autocorrelation function //- Velocity autocorrelation function

View File

@ -112,7 +112,7 @@ public:
void checkSiteListSizes() const; void checkSiteListSizes() const;
void setInteracionSiteBools void setInteractionSiteBools
( (
const List<word>& siteIds, const List<word>& siteIds,
const List<word>& pairPotSiteIds const List<word>& pairPotSiteIds

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -54,7 +54,7 @@ inline Foam::molecule::constantProperties::constantProperties
{ {
checkSiteListSizes(); checkSiteListSizes();
setInteracionSiteBools setInteractionSiteBools
( (
List<word>(dict.lookup("siteIds")), List<word>(dict.lookup("siteIds")),
List<word>(dict.lookup("pairPotentialSiteIds")) List<word>(dict.lookup("pairPotentialSiteIds"))
@ -307,7 +307,7 @@ inline void Foam::molecule::constantProperties::checkSiteListSizes() const
} }
inline void Foam::molecule::constantProperties::setInteracionSiteBools inline void Foam::molecule::constantProperties::setInteractionSiteBools
( (
const List<word>& siteIds, const List<word>& siteIds,
const List<word>& pairPotSiteIds const List<word>& pairPotSiteIds

View File

@ -26,7 +26,7 @@ Class
Description Description
Secondary Breakup Model to take account of the different breakup regimes, Secondary Breakup Model to take account of the different breakup regimes,
bag, molutimode, shear.... bag, solutionmode, shear....
Accurate description in Accurate description in
@verbatim @verbatim

View File

@ -64,7 +64,7 @@ class TAB
{ {
public: public:
//- Enumeration for the SMD brekup calculation //- Enumeration for the SMD breakup calculation
enum SMDMethods enum SMDMethods
{ {
method1, method1,

View File

@ -31,7 +31,7 @@ Description
Available absorption models: Available absorption models:
constantAbsorptionEmission constantAbsorptionEmission
greyMeanAbsoprtionEmission greyMeanAbsorptionEmission
wideBandAbsorptionEmission wideBandAbsorptionEmission
i.e. dictionary i.e. dictionary
@ -97,7 +97,7 @@ class fvDOM
//- Emitted radiative heat flux [W/m^2] //- Emitted radiative heat flux [W/m^2]
volScalarField qem_; volScalarField qem_;
//- Incidet radiative heat flux [W/m^2] //- Incident radiative heat flux [W/m^2]
volScalarField qin_; volScalarField qin_;
//- Total absorption coefficient [1/m] //- Total absorption coefficient [1/m]
@ -139,7 +139,7 @@ class fvDOM
//- Initialise //- Initialise
void initialise(); void initialise();
//- Update nlack body emission //- Update black body emission
void updateBlackBodyEmission(); void updateBlackBodyEmission();

View File

@ -81,7 +81,7 @@ protected:
//- Global cell IDs //- Global cell IDs
labelListList boundaryFaceCells_; labelListList boundaryFaceCells_;
//- Global boundary face IDs oppossite coupled patch //- Global boundary face IDs opposite coupled patch
labelList boundaryFaceOppositeFace_; labelList boundaryFaceOppositeFace_;
//- Number of layers in the region //- Number of layers in the region
@ -166,7 +166,7 @@ public:
//- Return the global cell IDs //- Return the global cell IDs
inline const labelListList& boundaryFaceCells() const; inline const labelListList& boundaryFaceCells() const;
//- Return the global boundary face IDs oppossite coupled patch //- Return the global boundary face IDs opposite coupled patch
inline const labelList& boundaryFaceOppositeFace() const; inline const labelList& boundaryFaceOppositeFace() const;

View File

@ -150,7 +150,7 @@ protected:
// Note: need boundary value mapped from primary region, and then // Note: need boundary value mapped from primary region, and then
// pushed into the patch internal field // pushed into the patch internal field
//- Momementum [kg/m/s^2] //- Momentum [kg/m/s^2]
volVectorField USp_; volVectorField USp_;
//- Pressure [Pa] //- Pressure [Pa]
@ -163,7 +163,7 @@ protected:
// Primary region - registered to the primary region mesh // Primary region - registered to the primary region mesh
// Internal use only - not read-in // Internal use only - not read-in
//- Momementum [kg/m/s^2] //- Momentum [kg/m/s^2]
volVectorField USpPrimary_; volVectorField USpPrimary_;
//- Pressure [Pa] //- Pressure [Pa]
@ -415,7 +415,7 @@ public:
// Primary region // Primary region
//- Momementum [kg/m/s^2] //- Momentum [kg/m/s^2]
inline volVectorField& USpPrimary(); inline volVectorField& USpPrimary();
//- Pressure [Pa] //- Pressure [Pa]

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -178,7 +178,7 @@ void thermoSingleLayer::transferPrimaryRegionSourceFields()
volScalarField::Boundary& hsSpPrimaryBf = volScalarField::Boundary& hsSpPrimaryBf =
hsSpPrimary_.boundaryFieldRef(); hsSpPrimary_.boundaryFieldRef();
// Convert accummulated source terms into per unit area per unit time // Convert accumulated source terms into per unit area per unit time
const scalar deltaT = time_.deltaTValue(); const scalar deltaT = time_.deltaTValue();
forAll(hsSpPrimaryBf, patchi) forAll(hsSpPrimaryBf, patchi)
{ {

View File

@ -114,7 +114,7 @@ protected:
scalar deltaWet_; scalar deltaWet_;
// Hyprophilic/phobic properties // Hydrophilic/phobic properties
//- Activation flag //- Activation flag
bool hydrophilic_; bool hydrophilic_;

View File

@ -104,7 +104,7 @@ public:
//- Return the film specific heat capacity [J/kg/K] //- Return the film specific heat capacity [J/kg/K]
virtual const tmp<volScalarField> Cp() const; virtual const tmp<volScalarField> Cp() const;
//- Return solid absortivity [1/m] //- Return solid absorptivity [1/m]
virtual const volScalarField& kappaRad() const; virtual const volScalarField& kappaRad() const;
//- Return the film mean temperature [K] //- Return the film mean temperature [K]

View File

@ -153,7 +153,7 @@ public:
//- Return the film specific heat capacity [J/kg/K] //- Return the film specific heat capacity [J/kg/K]
virtual const tmp<volScalarField> Cp() const; virtual const tmp<volScalarField> Cp() const;
//- Return solid absortivity [1/m] //- Return solid absorptivity [1/m]
virtual const volScalarField& kappaRad() const; virtual const volScalarField& kappaRad() const;
//- Return temperature [K] //- Return temperature [K]

View File

@ -85,7 +85,7 @@ protected:
const label tgtCelli const label tgtCelli
) const; ) const;
//- Append target cell neihgbour cells to cellIDs list //- Append target cell neighbour cells to cellIDs list
virtual void appendNbrCells virtual void appendNbrCells
( (
const label tgtCelli, const label tgtCelli,

View File

@ -102,7 +102,7 @@ protected:
wordReList fieldSelection_; wordReList fieldSelection_;
//- Fixed locations, default = yes //- Fixed locations, default = yes
// Note: set to false for moving mesh calations where locations // Note: set to false for moving mesh calculations where locations
// should move with the mesh // should move with the mesh
bool fixedLocations_; bool fixedLocations_;

View File

@ -71,7 +71,7 @@ protected:
//- Temperature [K] //- Temperature [K]
volScalarField T_; volScalarField T_;
//- Laminar thermal diffusuvity [kg/m/s] //- Laminar thermal diffusivity [kg/m/s]
volScalarField alpha_; volScalarField alpha_;
//- Should the dpdt term be included in the enthalpy equation //- Should the dpdt term be included in the enthalpy equation

View File

@ -131,14 +131,14 @@ public:
// Member Functions // Member Functions
//- Return the compostion of the mixture //- Return the composition of the mixture
virtual typename MixtureType::basicMixtureType& virtual typename MixtureType::basicMixtureType&
composition() composition()
{ {
return *this; return *this;
} }
//- Return the compostion of the mixture //- Return the composition of the mixture
virtual const typename MixtureType::basicMixtureType& virtual const typename MixtureType::basicMixtureType&
composition() const composition() const
{ {

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -46,7 +46,7 @@ namespace Foam
makeChemistryModel(psiReactionThermo); makeChemistryModel(psiReactionThermo);
makeChemistryModel(rhoReactionThermo); makeChemistryModel(rhoReactionThermo);
// Chemistry moldels based on sensibleEnthalpy // Chemistry models based on sensibleEnthalpy
makeChemistryModelType makeChemistryModelType
( (
StandardChemistryModel, StandardChemistryModel,

View File

@ -162,7 +162,7 @@ public:
//- Return the reaction rate for iReaction and the reference //- Return the reaction rate for iReaction and the reference
// species and charateristic times // species and characteristic times
virtual scalar omegaI virtual scalar omegaI
( (
label iReaction, label iReaction,

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -99,7 +99,7 @@ Foam::Ar::Ar
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -115,7 +115,7 @@ Foam::Ar::Ar
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C10H22::C10H22
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C10H22::C10H22
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -99,7 +99,7 @@ Foam::C12H26::C12H26
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -115,7 +115,7 @@ Foam::C12H26::C12H26
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C13H28::C13H28
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C13H28::C13H28
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C14H30::C14H30
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C14H30::C14H30
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C16H34::C16H34
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C16H34::C16H34
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C2H5OH::C2H5OH
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc0& surfaceTension, const NSRDSfunc0& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C2H5OH::C2H5OH
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc0& surfaceTension, const NSRDSfunc0& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -98,7 +98,7 @@ Foam::C2H6::C2H6
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -114,7 +114,7 @@ Foam::C2H6::C2H6
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C2H6O::C2H6O
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C2H6O::C2H6O
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C3H6O::C3H6O
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C3H6O::C3H6O
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -97,7 +97,7 @@ Foam::C3H8::C3H8
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -113,7 +113,7 @@ Foam::C3H8::C3H8
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C4H10O::C4H10O
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C4H10O::C4H10O
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C6H14::C6H14
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C6H14::C6H14
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C6H6::C6H6
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C6H6::C6H6
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -106,7 +106,7 @@ Foam::C7H16::C7H16
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -122,7 +122,7 @@ Foam::C7H16::C7H16
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

View File

@ -106,7 +106,7 @@ public:
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
); );
//- Construct from dictionary //- Construct from dictionary
@ -157,10 +157,10 @@ public:
//- Surface tension [N/m] //- Surface tension [N/m]
inline scalar sigma(scalar p, scalar T) const; inline scalar sigma(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] //- Vapour diffusivity [m^2/s]
inline scalar D(scalar p, scalar T) const; inline scalar D(scalar p, scalar T) const;
//- Vapour diffussivity [m^2/s] with specified binary pair //- Vapour diffusivity [m^2/s] with specified binary pair
inline scalar D(scalar p, scalar T, scalar Wb) const; inline scalar D(scalar p, scalar T, scalar Wb) const;

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -107,7 +107,7 @@ Foam::C7H8::C7H8
const NSRDSfunc0& thermalConductivity, const NSRDSfunc0& thermalConductivity,
const NSRDSfunc2& vapourThermalConductivity, const NSRDSfunc2& vapourThermalConductivity,
const NSRDSfunc6& surfaceTension, const NSRDSfunc6& surfaceTension,
const APIdiffCoefFunc& vapourDiffussivity const APIdiffCoefFunc& vapourDiffusivity
) )
: :
liquidProperties(l), liquidProperties(l),
@ -123,7 +123,7 @@ Foam::C7H8::C7H8
kappa_(thermalConductivity), kappa_(thermalConductivity),
kappag_(vapourThermalConductivity), kappag_(vapourThermalConductivity),
sigma_(surfaceTension), sigma_(surfaceTension),
D_(vapourDiffussivity) D_(vapourDiffusivity)
{} {}

Some files were not shown because too many files have changed in this diff Show More