Added kineticTheoryModels namespace and put the viscosityModels in it to

avoid name-clashes with the standard viscosityModels.

The other kineticTheoryModels have yet to be put in the kineticTheoryModels
namespace.
This commit is contained in:
henry
2008-06-18 23:11:09 +01:00
parent 54df3819a8
commit ad19741845
61 changed files with 170 additions and 168 deletions

View File

@ -95,9 +95,8 @@ public:
);
// Destructor
~phaseModel();
//- Destructor
virtual ~phaseModel();
// Member Functions
@ -131,7 +130,7 @@ public:
{
return U_;
}
const surfaceScalarField& phi() const
{
return *phiPtr_;