COMP: using incomplete class edgeMesh

This commit is contained in:
Mark Olesen 2024-01-24 19:18:17 +01:00
parent 44c594dbff
commit 0ae3da8560
10 changed files with 46 additions and 80 deletions

View File

@ -25,21 +25,16 @@ License
\*---------------------------------------------------------------------------*/
#include "faePatchFields.H"
#include "calculatedFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(calculated);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(calculated);
}
// ************************************************************************* //

View File

@ -25,17 +25,16 @@ License
\*---------------------------------------------------------------------------*/
#include "faePatchFields.H"
#include "coupledFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam
{
makeFaePatchFieldsTypeName(coupled);
} // End namespace Foam
makeFaePatchFieldsTypeName(coupled);
}
// ************************************************************************* //

View File

@ -25,21 +25,16 @@ License
\*---------------------------------------------------------------------------*/
#include "faePatchFields.H"
#include "fixedValueFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(fixedValue);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(fixedValue);
}
// ************************************************************************* //

View File

@ -26,8 +26,9 @@ License
\*---------------------------------------------------------------------------*/
#include "slicedFaePatchFields.H"
#include "addToRunTimeSelectionTable.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

View File

@ -27,19 +27,14 @@ License
#include "cyclicFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(cyclic);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(cyclic);
}
// ************************************************************************* //

View File

@ -25,21 +25,16 @@ License
\*---------------------------------------------------------------------------*/
#include "faePatchFields.H"
#include "emptyFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(empty);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(empty);
}
// ************************************************************************* //

View File

@ -27,19 +27,14 @@ License
#include "processorFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(processor);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(processor);
}
// ************************************************************************* //

View File

@ -27,19 +27,14 @@ License
#include "symmetryFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
makeFaePatchFields(symmetry);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(symmetry);
}
// ************************************************************************* //

View File

@ -27,19 +27,14 @@ License
#include "wedgeFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * Static Data Member * * * * * * * * * * * * * //
makeFaePatchFields(wedge);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
namespace Foam
{
makeFaePatchFields(wedge);
}
// ************************************************************************* //

View File

@ -26,8 +26,9 @@ License
\*---------------------------------------------------------------------------*/
#include "genericFaePatchFields.H"
#include "faePatchFields.H"
#include "edgeFaMesh.H"
#include "addToRunTimeSelectionTable.H"
#include "edgeFields.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //