mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -42,7 +42,11 @@ geometry
|
|||||||
//maxTreeDepth 10; // optional:depth of octree. Decrease only in case
|
//maxTreeDepth 10; // optional:depth of octree. Decrease only in case
|
||||||
// of memory limitations.
|
// of memory limitations.
|
||||||
|
|
||||||
// Per region the patchname. If not provided will be <name>_<region>.
|
// Per region the patchname. If not provided will be <surface>_<region>.
|
||||||
|
// Note: this name cannot be used to identity this region in any
|
||||||
|
// other part of this dictionary; it is only a name
|
||||||
|
// for the combination of surface+region (which is only used
|
||||||
|
// when creating patches)
|
||||||
regions
|
regions
|
||||||
{
|
{
|
||||||
secondSolid
|
secondSolid
|
||||||
|
|||||||
@ -139,7 +139,7 @@ public:
|
|||||||
virtual tmp<volScalarField> rho() const;
|
virtual tmp<volScalarField> rho() const;
|
||||||
|
|
||||||
//- Density for patch [kg/m^3]
|
//- Density for patch [kg/m^3]
|
||||||
virtual tmp<scalarField> rho(const label patchi) const = 0;
|
virtual tmp<scalarField> rho(const label patchi) const;
|
||||||
|
|
||||||
//- Return non-const access to the local density field [kg/m^3]
|
//- Return non-const access to the local density field [kg/m^3]
|
||||||
virtual volScalarField& rho();
|
virtual volScalarField& rho();
|
||||||
|
|||||||
Reference in New Issue
Block a user