Name of packaged function object consistent with filename
to enable the postProcess -func <function> option to work
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forceCoeffs
|
forceCoeffsCompressible
|
||||||
{
|
{
|
||||||
patches (patch1 patch2);
|
patches (patch1 patch2);
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forceCoeffs
|
forceCoeffsIncompressible
|
||||||
{
|
{
|
||||||
patches (patch1 patch2);
|
patches (patch1 patch2);
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
forces
|
forcesCompressible
|
||||||
{
|
{
|
||||||
patches (patch1 patch2);
|
patches (patch1 patch2);
|
||||||
|
|
||||||
|
|||||||
@ -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 @@
|
|||||||
| \\/ 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 @@
|
|||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
totalPressure
|
totalPressureCompressible
|
||||||
{
|
{
|
||||||
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"
|
#includeEtc "caseDicts/postProcessing/pressure/totalPressureCompressible.cfg"
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
totalPressure
|
totalPressureIncompressible
|
||||||
{
|
{
|
||||||
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"
|
#includeEtc "caseDicts/postProcessing/pressure/totalPressureIncompressible.cfg"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user