mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Consistency updates after Foundation merge and code tidying
This commit is contained in:
@ -1368,7 +1368,7 @@ int main(int argc, char *argv[])
|
||||
// Add all information for all the remaining faceZones
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
HashTable<Pair<word> > faceZoneToPatches;
|
||||
HashTable<Pair<word>> faceZoneToPatches;
|
||||
forAll(mesh.faceZones(), zoneI)
|
||||
{
|
||||
const word& fzName = mesh.faceZones()[zoneI].name();
|
||||
@ -1400,7 +1400,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (faceZoneToPatches.size())
|
||||
{
|
||||
autoRefineDriver::addFaceZones
|
||||
snappyRefineDriver::addFaceZones
|
||||
(
|
||||
meshRefiner,
|
||||
refineParams,
|
||||
|
||||
@ -230,7 +230,7 @@ void subsetDimensionedFields
|
||||
(
|
||||
const fvMeshSubset& subsetter,
|
||||
const wordList& fieldNames,
|
||||
PtrList<DimensionedField<Type, volMesh> >& subFields
|
||||
PtrList<DimensionedField<Type, volMesh>>& subFields
|
||||
)
|
||||
{
|
||||
const fvMesh& baseMesh = subsetter.baseMesh();
|
||||
|
||||
Reference in New Issue
Block a user