Fixed cut comment separater
This commit is contained in:
parent
8bcba23698
commit
b235f11535
6 changed files with 6 additions and 6 deletions
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "ePsiThermo.C"
|
||||
|
|
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "hPsiThermo.C"
|
||||
|
|
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "hsPsiThermo.C"
|
||||
|
|
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "hRhoThermo.C"
|
||||
|
|
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#ifdef NoRepository
|
||||
# include "hsRhoThermo.C"
|
||||
|
|
|
@ -168,7 +168,7 @@ public:
|
|||
|
||||
|
||||
//- Calculate the mean molecular weight [kg/kmol]
|
||||
// from mole fractions
|
||||
// from mole fractions
|
||||
scalar W(const scalarField& x) const;
|
||||
|
||||
//- Returns the mass fractions, given mole fractions
|
||||
|
|
Reference in a new issue