From 089aa672d569107882e614e6994fa2f2031bd852 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Wed, 23 Aug 2023 12:55:40 +0100 Subject: [PATCH] caseDicts: added skeleton fvModels and fvConstraints files --- etc/caseDicts/fvConstraints/fvConstraints | 20 ++++++++++++++++++++ etc/caseDicts/fvModels/fvModels | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 etc/caseDicts/fvConstraints/fvConstraints create mode 100644 etc/caseDicts/fvModels/fvModels diff --git a/etc/caseDicts/fvConstraints/fvConstraints b/etc/caseDicts/fvConstraints/fvConstraints new file mode 100644 index 0000000000..4eb4b44452 --- /dev/null +++ b/etc/caseDicts/fvConstraints/fvConstraints @@ -0,0 +1,20 @@ +/*--------------------------------*- C++ -*----------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | Website: https://openfoam.org + \\ / A nd | Version: dev + \\/ M anipulation | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + format ascii; + class dictionary; + location "system"; + object fvConstraints; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +// include packaged fvConstraints using #includeConstraint +// #includeConstraint + +// ************************************************************************* // \ No newline at end of file diff --git a/etc/caseDicts/fvModels/fvModels b/etc/caseDicts/fvModels/fvModels new file mode 100644 index 0000000000..ee5a173495 --- /dev/null +++ b/etc/caseDicts/fvModels/fvModels @@ -0,0 +1,20 @@ +/*--------------------------------*- C++ -*----------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | Website: https://openfoam.org + \\ / A nd | Version: dev + \\/ M anipulation | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + format ascii; + class dictionary; + location "constant"; + object fvModels; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +// include packaged fvModels using #includeModel +// #includeModel ... + +//************************************************************************ //