ファイルをアップデートできなかったので
こちらに境界条件を書かせていただきます。
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.0 |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
allBoundary
{
type empty;
}
outlet_solid
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
wall_solid
{
type fixedValue;
value uniform (0 0 0);
}
inlet_solid
{
// type fixedValue;
// value uniform (39.8 0 0);
type flowRateInletVelocity;
flowRate 2.0e-4; //6.0e-4
value uniform (0 0 0);
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.0 |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField uniform 1.013e5;
boundaryField
{
allBoundary
{
type empty;
}
outlet_solid
{
type fixedValue;
value uniform 1.013e5;
}
wall_solid
{
type zeroGradient;
}
inlet_solid
{
// type zeroGradient;
type fixedValue;
value uniform 5.013e5;
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.0 |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField uniform 293;
boundaryField
{
allBoundary
{
type empty;
}
outlet_solid
{
type inletOutlet;
//type zeroGradient;
value uniform 293;
inletValue uniform 293;
}
wall_solid
{
type fixedValue;
value uniform 293;
}
inlet_solid
{
type fixedValue;
value uniform 293;
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.x |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform 1;
boundaryField
{
allBoundary
{
type empty;
}
outlet_solid
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
wall_solid
{
type compressible::kqRWallFunction;
value uniform 1;
}
inlet_solid
{
type turbulentIntensityKineticEnergyInlet;
intensity 0.05;
value uniform 1;
}
}
// ************************************************************************* //
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.0 |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object omega;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 -1 0 0 0 0];
internalField uniform 200;
boundaryField
{
allBoundary
{
type empty;
}
outlet_solid
{
type inletOutlet;
inletValue uniform 200;
value uniform 200;
}
wall_solid
{
type compressible::omegaWallFunction;
value uniform 200;
}
inlet_solid
{
type compressible::turbulentMixingLengthFrequencyInlet;
mixingLength 1.4e-04;
value uniform 200;
}
}
// ************************************************************************* //