petebachant / PhD-thesis

Repository for my PhD thesis.
MIT License
1 stars 3 forks source link

ALM numerical setup details #81

Closed petebachant closed 8 years ago

petebachant commented 8 years ago

Used pimpleFoam in PISO mode. For LES, switched to backward difference in time, all 2nd order linear Gauss linear schemes in space, I think.

petebachant commented 8 years ago

Default Smagorinsky coefficients:

        SmagorinskyCoeffs
        {
            Ck                  0.094;
            Ce                  1.048;
        }
petebachant commented 8 years ago

Actually it looks like I was using the backward ddt scheme for RANS as well, so same schemes for both models.

petebachant commented 8 years ago

The RM2 ALM case is the same.

petebachant commented 8 years ago

Get version and commits used for OpenFOAM and turbinesFoam.

petebachant commented 8 years ago

Number of elements per line is roughly span/epsilon.