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 // Private data
//- Schemes dictionary
dictionary schemes_; dictionary schemes_;
//- Face flux
const surfaceScalarField& faceFlux_; const surfaceScalarField& faceFlux_;
//- Combined weights
surfaceScalarField weights_; surfaceScalarField weights_;