luminarycloud.params.simulation.physics.fluid.turbulence.komega_sst.constants

Classes

CustomKomegaSstConstants

Enter custom turbulence model constants.

DefaultKomegaSstConstants

Use default turbulence model constants.

Package Contents

class CustomKomegaSstConstants

Enter custom turbulence model constants.

to_code() str
a_1: float = 0.31

a<sub>1</sub> constant of the SST turbulence model.

beta_1: float = 0.075

β<sub>1</sub> constant of the SST turbulence model.

beta_2: float = 0.0828

β<sub>2</sub> constant of the SST turbulence model.

beta_star: float = 0.09

β<sup>*</sup> constant of the SST turbulence model.

c_des1: float = 0.78

C<sub>des1</sub> constant of the SST turbulence model for Detached Eddy Simulation.

c_des2: float = 0.61

C<sub>des2</sub> constant of the SST turbulence model for Detached Eddy Simulation.

gamma_1: float = 0.5555555555555556

γ<sub>1</sub> constant of the SST turbulence model.

gamma_2: float = 0.44

γ<sub>2</sub> constant of the SST turbulence model.

kappa: float = 0.41

κ<sub>SST</sub> constant of the SST turbulence model.

sigma_k_1: float = 0.85

σ<sub>k1</sub> constant of the SST turbulence model.

sigma_k_2: float = 1.0

σ<sub>k2</sub> constant of the SST turbulence model.

sigma_w_1: float = 0.5

σ<sub>w1</sub> constant of the SST turbulence model.

sigma_w_2: float = 0.856

σ<sub>w2</sub> constant of the SST turbulence model.

class DefaultKomegaSstConstants

Use default turbulence model constants.

to_code() str