求一个类似于装有液体的圆管温度场模拟算例
-
@cfd-china
bottomair文件下
/--------------------------------- C++ -----------------------------------
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 2.3.0 |
| \ / A nd | Web: www.OpenFOAM.org |
| \/ M anipulation | |
*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //ddtSchemes
{
default steadyState;
}gradSchemes
{
default Gauss linear;
}divSchemes
{
default none;div(phi,U) bounded Gauss upwind; div(phi,K) bounded Gauss upwind; div(phi,h) bounded Gauss upwind; div(phi,k) bounded Gauss upwind; div(phi,K) bounded Gauss upwind; div(phi,epsilon) bounded Gauss upwind; div(phi,R) bounded Gauss upwind; div(R) Gauss linear; div(Ji,Ii_h) Gauss linearUpwind grad(U); div((muEff*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes
{
default Gauss linear uncorrected;
}interpolationSchemes
{
default linear;
}snGradSchemes
{
default uncorrected;
}fluxRequired
{
default no;
p_rgh;
}// ************************************************************************* //
heater文件下
/--------------------------------- C++ -----------------------------------
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 2.3.0 |
| \ / A nd | Web: www.OpenFOAM.org |
| \/ M anipulation | |
*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //ddtSchemes
{
default steadyState;
}gradSchemes
{
default Gauss linear;
}divSchemes
{
default none;
}laplacianSchemes
{
default none;
laplacian(alpha,h) Gauss linear uncorrected;
}interpolationSchemes
{
default linear;
}snGradSchemes
{
default uncorrected;
}fluxRequired
{
default no;
}// ************************************************************************* //