INT: Additional integration updates/clean-up

This commit is contained in:
Andrew Heather
2018-05-18 10:49:10 +01:00
parent c812b4c6f7
commit 6180e0db8b
15 changed files with 24 additions and 19 deletions

View File

@ -22,4 +22,5 @@ EXE_LIBS = \
-lfvOptions \
-ldynamicFvMesh \
-ltopoChangerFvMesh \
-ldynamicMesh
-ldynamicMesh \
-latmosphericModels

View File

@ -17,4 +17,5 @@ EXE_LIBS = \
-lfiniteVolume \
-lsampling \
-lmeshTools \
-lfvOptions
-lfvOptions \
-latmosphericModels

View File

@ -18,4 +18,5 @@ EXE_LIBS = \
-lfiniteVolume \
-lfvOptions \
-lsampling \
-lmeshTools
-lmeshTools \
-latmosphericModels

View File

@ -16,4 +16,5 @@ EXE_LIBS = \
-lfiniteVolume \
-lsampling \
-lmeshTools \
-lfvOptions
-lfvOptions \
-latmosphericModels

View File

@ -18,4 +18,5 @@ EXE_LIBS = \
-lradiationModels \
-lspecie \
-lturbulenceModels \
-lcompressibleTurbulenceModels
-lcompressibleTurbulenceModels \
-latmosphericModels

View File

@ -19,4 +19,5 @@ EXE_LIBS = \
-lradiationModels \
-lturbulenceModels \
-lcompressibleTurbulenceModels \
-lmeshTools
-lmeshTools \
-latmosphericModels

View File

@ -19,4 +19,5 @@ EXE_LIBS = \
-ldynamicFvMesh \
-ltopoChangerFvMesh \
-ldynamicMesh \
-lmeshTools
-lmeshTools \
-latmosphericModels

View File

@ -15,4 +15,5 @@ EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lfvOptions \
-lsampling
-lsampling \
-latmosphericModels

View File

@ -5,7 +5,7 @@ EXE_INC = \
-I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude
LIB_LIBS = \
@ -14,5 +14,5 @@ LIB_LIBS = \
-lincompressibleTransportModels \
-lfiniteVolume \
-lmeshTools \
-ltriSurface \
-lsurfMesh \
-lfvOptions

View File

@ -123,7 +123,7 @@ namespace Foam
{
/*---------------------------------------------------------------------------*\
Class atmBoundaryLayer Declaration
Class atmBoundaryLayer Declaration
\*---------------------------------------------------------------------------*/
class atmBoundaryLayer
@ -168,8 +168,7 @@ public:
//- Construct from the coordinates field and dictionary
atmBoundaryLayer(const vectorField& p, const dictionary&);
//- Construct by mapping given
// atmBoundaryLayer onto a new patch
//- Construct by mapping given atmBoundaryLayer onto a new patch
atmBoundaryLayer
(
const atmBoundaryLayer&,

View File

@ -133,7 +133,7 @@ void atmBoundaryLayerInletEpsilonFvPatchScalarField::write(Ostream& os) const
{
fvPatchScalarField::write(os);
atmBoundaryLayer::write(os);
writeEntryIfDifferent<word>(os, "phi", "phi", phiName_);
os.writeEntryIfDifferent<word>("phi", "phi", phiName_);
writeEntry("value", os);
}

View File

@ -133,7 +133,7 @@ void atmBoundaryLayerInletKFvPatchScalarField::write(Ostream& os) const
{
fvPatchScalarField::write(os);
atmBoundaryLayer::write(os);
writeEntryIfDifferent<word>(os, "phi", "phi", phiName_);
os.writeEntryIfDifferent<word>("phi", "phi", phiName_);
writeEntry("value", os);
}

View File

@ -133,7 +133,7 @@ void atmBoundaryLayerInletVelocityFvPatchVectorField::write(Ostream& os) const
{
fvPatchVectorField::write(os);
atmBoundaryLayer::write(os);
writeEntryIfDifferent<word>(os, "phi", "phi", phiName_);
os.writeEntryIfDifferent<word>("phi", "phi", phiName_);
writeEntry("value", os);
}

View File

@ -74,7 +74,7 @@ namespace RASModels
{
/*---------------------------------------------------------------------------*\
Class kEpsilonLopesdaCosta Declaration
Class kEpsilonLopesdaCosta Declaration
\*---------------------------------------------------------------------------*/
template<class BasicTurbulenceModel>

View File

@ -44,6 +44,4 @@ timePrecision 6;
runTimeModifiable yes;
libs ("libatmosphericModels.so");
// ************************************************************************* //