Initialization serves to set the initial values used in the calculation and to clear and initialize all data saved by the calculation. It sets initial values for the velocity components in the x, y, and z directions, as well as pressure, temperature, and volume fraction.
For turbulence, $tilde{nu}$ is used when using the Spalart-Allmaras model, and $k-epsilon$ series and SST $k-omega$ turbulence models, velocity scale, turbulence intensity, and turbulence viscosity ratio are used. These three values are used to calculate the values of $nu_t$, $k$, $epsilon$, and $omega$, which are used as initial conditions.
$nu_t = viscosityRatio * nu$
$k = 1.5 cdot (velocityScale cdot turbulentIntensity)^2$
$epsilon = 0.09 cdot k^2 / nu_t$
$omega = k / nu_t$
$tilde{nu} = viscosityRatio * nu$
Advanced
In the Advanced settings, you can set field values for a certain volume. OpenFOAM’s setFields utility is used for this function.

Advanced