synthetik-technologies / blastfoam

A CFD solver for multi-component compressible flow with application to high-explosive detonation, explosive safety and air blast
Other
219 stars 96 forks source link

Turbulence mode is not implement? #56

Closed jiaqiwang969 closed 2 years ago

jiaqiwang969 commented 2 years ago

Hi, developer, It seems a bug, when I implement the specific turbulence model, such as k-omega SST. The output k file is like this:

FoamFile
{
    format      ascii;
    class       volScalarField;
    location    "0.0144";
    object      k;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 2 -2 0 0 0 0];

internalField   uniform 45937.5;

boundaryField
{
    PER_LEFT_1
    {
        type            cyclic;
    }
....

the k or omega file, the iternalField is always uniform in any time same as time 0! which means it is not really solved.