This commit is contained in:
Hrvoje Jasak 2011-03-13 23:17:41 +00:00
parent a0e71d79bd
commit a04a7ba555

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,