STY: More modifications to the style
This commit is contained in:
parent
1579d0e30c
commit
770793ff9d
3 changed files with 16 additions and 0 deletions
|
|
@ -53,6 +53,16 @@ Foam::PengRobinsonGas<Specie>::PengRobinsonGas
|
|||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
template<class Specie>
|
||||
void Foam::PengRobinsonGas<Specie>::write(Ostream& os) const
|
||||
{
|
||||
Specie::write(os);
|
||||
}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //
|
||||
|
||||
template<class Specie>
|
||||
|
|
|
|||
|
|
@ -220,6 +220,10 @@ public:
|
|||
};
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
#include "PengRobinsonGasI.H"
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@ inline void Foam::PengRobinsonGas<Specie>::operator+=
|
|||
omega_ = molr1*omega_ + molr2*pg.omega_;
|
||||
}
|
||||
|
||||
|
||||
template<class Specie>
|
||||
inline void Foam::PengRobinsonGas<Specie>::operator-=
|
||||
(
|
||||
|
|
@ -236,6 +237,7 @@ inline void Foam::PengRobinsonGas<Specie>::operator-=
|
|||
omega_ = molr1*omega_ - molr2*pg.omega_;
|
||||
}
|
||||
|
||||
|
||||
template<class Specie>
|
||||
inline void Foam::PengRobinsonGas<Specie>::operator*=(const scalar s)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue