mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated floatingObject boundary condition to handle tangential flow at surface in a more stable manner.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 2.3.0 |
|
| \\ / O peration | Version: 2.3.x |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -32,6 +32,12 @@ boundaryField
|
|||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
floatingObject
|
floatingObject
|
||||||
|
{
|
||||||
|
type fixedNormalInletOutletVelocity;
|
||||||
|
|
||||||
|
fixTangentialInflow false;
|
||||||
|
|
||||||
|
normalVelocity
|
||||||
{
|
{
|
||||||
type oscillatingFixedValue;
|
type oscillatingFixedValue;
|
||||||
refValue uniform (0 1 0);
|
refValue uniform (0 1 0);
|
||||||
@ -45,6 +51,9 @@ boundaryField
|
|||||||
frequency constant 1;
|
frequency constant 1;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
value uniform (0 0 0);
|
||||||
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
|
|||||||
Reference in New Issue
Block a user