Name of packaged function object consistent with filename

to enable the postProcess -func <function> option to work
This commit is contained in:
Chris Greenshields
2016-06-08 14:15:20 +01:00
parent fcf23db681
commit ada79530d0
7 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forceCoeffs forceCoeffsCompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forceCoeffs forceCoeffsIncompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forces forcesCompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forces forcesIncompressible
{ {
#includeEtc "caseDicts/postProcessing/forces/forces.cfg" #includeEtc "caseDicts/postProcessing/forces/forces.cfg"

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
graph singleGraph
{ {
start (0 1e-06 0); start (0 1e-06 0);
end (1 1e-06 0); end (1 1e-06 0);

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
totalPressure totalPressureCompressible
{ {
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg" #includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"

View File

@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
totalPressure totalPressureIncompressible
{ {
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg" #includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"