combustionModels: Added multiphase-phase support
by naming fields including the phase name is needed
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -82,7 +82,12 @@ public:
|
||||
// Constructors
|
||||
|
||||
//- Construct from components
|
||||
diffusion(const word& modelType, const fvMesh& mesh);
|
||||
diffusion
|
||||
(
|
||||
const word& modelType,
|
||||
const fvMesh& mesh,
|
||||
const word& phaseName
|
||||
);
|
||||
|
||||
|
||||
//- Destructor
|
||||
@ -97,7 +102,7 @@ public:
|
||||
virtual void correct();
|
||||
|
||||
|
||||
// I-O
|
||||
// IO
|
||||
|
||||
//- Update properties
|
||||
virtual bool read();
|
||||
|
||||
Reference in New Issue
Block a user