createRegionMesh.H, createRegionMeshNoChangers.H: New include files to construct a region mesh

This commit is contained in:
Henry Weller
2024-01-26 10:03:24 +00:00
parent 9886fea313
commit ab2fb72761
32 changed files with 85 additions and 59 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -75,7 +75,7 @@ int main(int argc, char *argv[])
const bool minSet = args.optionFound("minSet");
const bool fields = !args.optionFound("noFields");
#include "createNamedMesh.H"
#include "createRegionMeshNoChangers.H"
const word oldInstance = mesh.pointsInstance();
word cellSetName(args.args()[1]);