mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'feature/cvMesh' of /home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
This commit is contained in:
@ -104,6 +104,14 @@ class conformationSurfaces
|
||||
void hasBoundedVolume(List<volumeType>& referenceVolumeTypes) const;
|
||||
|
||||
//- Read into features_ from a dictionary
|
||||
void readFeatures
|
||||
(
|
||||
const label surfI,
|
||||
const dictionary& featureDict,
|
||||
const word& surfaceName,
|
||||
label& featureIndex
|
||||
);
|
||||
|
||||
void readFeatures
|
||||
(
|
||||
const dictionary& featureDict,
|
||||
|
||||
Reference in New Issue
Block a user