transportModel: Constructor does not need any arguments

This commit is contained in:
Henry
2013-07-14 23:17:55 +01:00
parent 44e6d49175
commit 313547796e
7 changed files with 2 additions and 15 deletions

View File

@ -62,8 +62,6 @@ Foam::threePhaseMixture::threePhaseMixture
)
),
transportModel(U, phi),
phase1Name_("phase1"),
phase2Name_("phase2"),
phase3Name_("phase3"),

View File

@ -383,8 +383,6 @@ Foam::multiphaseSystem::multiphaseSystem
)
),
transportModel(U, phi),
phases_(lookup("phases"), phaseModel::iNew(U.mesh())),
mesh_(U.mesh()),

View File

@ -77,7 +77,6 @@ Foam::multiphaseMixture::multiphaseMixture
)
),
transportModel(U, phi),
phases_(lookup("phases"), phase::iNew(U, phi)),
mesh_(U.mesh()),

View File

@ -69,7 +69,6 @@ Foam::incompressibleTwoPhaseMixture::incompressibleTwoPhaseMixture
IOobject::NO_WRITE
)
),
transportModel(U, phi),
twoPhaseMixture(U.mesh(), *this, alpha1Name, alpha2Name),
nuModel1_

View File

@ -47,7 +47,6 @@ Foam::singlePhaseTransportModel::singlePhaseTransportModel
IOobject::NO_WRITE
)
),
transportModel(U, phi),
viscosityModelPtr_(viscosityModel::New("nu", *this, U, phi))
{}

View File

@ -36,10 +36,7 @@ namespace Foam
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::transportModel::transportModel
(
const volVectorField&,
const surfaceScalarField&
)
()
{}

View File

@ -70,10 +70,7 @@ public:
//- Construct from components
transportModel
(
const volVectorField& U,
const surfaceScalarField& phi
);\
();
//- Destructor