This commit is contained in:
Hrvoje Jasak 2011-03-13 23:17:41 +00:00
parent e290850d40
commit 71dba63cb3

View file

@ -56,8 +56,13 @@ class multivariateSelectionScheme
{
// Private data
//- Schemes dictionary
dictionary schemes_;
//- Face flux
const surfaceScalarField& faceFlux_;
//- Combined weights
surfaceScalarField weights_;
@ -104,7 +109,7 @@ public:
public:
// Constructors
fieldScheme
(
const GeometricField<Type, fvPatchField, volMesh>& field,