combustionModels: Added multiphase-phase support

by naming fields including the phase name is needed
This commit is contained in:
Henry
2015-06-05 08:19:13 +01:00
parent 28f58cb679
commit 320b8708c2
35 changed files with 262 additions and 154 deletions

View File

@ -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();