ENH: twoPhaseEulerFoam: Removed requirement that a model (most likely "none") had to be specified for all pairs

This commit is contained in:
william
2014-01-23 16:37:16 +00:00
parent acf490cb44
commit 87115af2d0
23 changed files with 238 additions and 541 deletions

View File

@ -35,6 +35,8 @@ namespace Foam
defineRunTimeSelectionTable(dragModel, dictionary);
}
const Foam::dimensionSet Foam::dragModel::dimK(1, -3, -1, 0, 0);
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //

View File

@ -93,6 +93,12 @@ public:
);
// Static data members
//- Coefficient dimensions
static const dimensionSet dimK;
// Constructors
// Construct without residual constants