libwaves.so: Now included in the alpha and U wave BC specification

rather than in controlDict.
This commit is contained in:
Henry Weller
2023-04-06 09:55:13 +01:00
parent f1a57dde9c
commit 2f0346d68e
15 changed files with 28 additions and 24 deletions

View File

@ -24,15 +24,19 @@ boundaryField
{
type noSlip;
}
"(top|inlet)"
{
type waveVelocity;
libs ("libwaves.so");
}
outlet
{
type pressureInletOutletVelocity;
value $internalField;
}
"(front|back)"
{
type symmetryPlane;

View File

@ -24,10 +24,13 @@ boundaryField
{
type zeroGradient;
}
"(top|inlet|outlet)"
{
type waveAlpha;
libs ("libwaves.so");
}
"(front|back)"
{
type symmetryPlane;

View File

@ -50,9 +50,4 @@ adjustTimeStep no;
maxCo 1;
libs
(
"libwaves.so"
);
// ************************************************************************* //