openfoam/tutorials/compressible/acousticFoam/obliqueAirJet/main/system/finite-area/faSolution

38 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2312 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object faSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
{
ws_vibrationShell
{
solver diagonal;
preconditioner DILU;
tolerance 1e-08;
relTol 0;
}
}
nNonOrthCorr 0;
nSubCycles 2;
relaxationFactors
{
w_vibrationShell 1;
}
// ************************************************************************* //