luminarycloud.params.simulation.physics.fluid.turbulence.spalart_allmaras.constants¶
Classes¶
Enter custom turbulence model constants. |
|
Use default turbulence model constants. |
Package Contents¶
- class CustomSpalartAllmarasConstants¶
Enter custom turbulence model constants.
- to_code() str ¶
- c_b_1: float = 0.1355¶
C<sub>b1</sub> constant of the Spalart-Allmaras turbulence model.
- c_b_2: float = 0.622¶
C<sub>b2</sub> constant of the Spalart-Allmaras turbulence model.
- c_des: float = 0.65¶
C<sub>des</sub> constant of the Spalart-Allmaras turbulence model for Detached Eddy Simulation.
- c_r_1: float = 0.5¶
C<sub>r1</sub> constant of the Spalart-Allmaras turbulence model, used for roughness.
- c_rot: float = 2.0¶
C<sub>rot</sub> constant of the Spalart-Allmaras turbulence model, used for the rotation correction.
- c_t_3: float = 1.2¶
C<sub>t3</sub> constant of the Spalart-Allmaras turbulence model.
- c_t_4: float = 0.5¶
C<sub>t4</sub> constant of the Spalart-Allmaras turbulence model.
- c_v_1: float = 7.1¶
C<sub>v1</sub> constant of the Spalart-Allmaras turbulence model.
- c_w_2: float = 0.3¶
C<sub>w2</sub> constant of the Spalart-Allmaras turbulence model.
- c_w_3: float = 2.0¶
C<sub>w3</sub> constant of the Spalart-Allmaras turbulence model.
- kappa: float = 0.41¶
kappa constant of the Spalart-Allmaras turbulence model.
- sigma: float = 0.6666666666666666¶
sigma constant of the Spalart-Allmaras turbulence model.