Skip to content
Snippets Groups Projects
Commit 421d3ffd authored by Chris Greenshields's avatar Chris Greenshields
Browse files

Name of packaged function object consistent with filename

to enable the postProcess -func <function> option to work
parent ee6188ed
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forceCoeffs forceCoeffsCompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forceCoeffs forceCoeffsIncompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forces forcesCompressible
{ {
patches (patch1 patch2); patches (patch1 patch2);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
forces forcesIncompressible
{ {
#includeEtc "caseDicts/postProcessing/forces/forces.cfg" #includeEtc "caseDicts/postProcessing/forces/forces.cfg"
......
...@@ -6,7 +6,7 @@ ...@@ -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);
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
totalPressure totalPressureCompressible
{ {
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg" #includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
totalPressure totalPressureIncompressible
{ {
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg" #includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment