libwaves.so: Now included in the alpha and U wave BC specification
rather than in controlDict.
This commit is contained in:
@ -24,15 +24,19 @@ boundaryField
|
||||
{
|
||||
type noSlip;
|
||||
}
|
||||
|
||||
"(top|inlet)"
|
||||
{
|
||||
type waveVelocity;
|
||||
libs ("libwaves.so");
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type pressureInletOutletVelocity;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
"(front|back)"
|
||||
{
|
||||
type symmetryPlane;
|
||||
|
||||
@ -24,10 +24,13 @@ boundaryField
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
"(top|inlet|outlet)"
|
||||
{
|
||||
type waveAlpha;
|
||||
libs ("libwaves.so");
|
||||
}
|
||||
|
||||
"(front|back)"
|
||||
{
|
||||
type symmetryPlane;
|
||||
|
||||
@ -50,9 +50,4 @@ adjustTimeStep no;
|
||||
|
||||
maxCo 1;
|
||||
|
||||
libs
|
||||
(
|
||||
"libwaves.so"
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user