public VTurbulenceProperties()
 {
     SimulationType = TurbulenceModel.RASModel;
     RASProperties = new VRASProperties();
     LESProperties = new VLESProperties();
 }
Esempio n. 2
0
 public VTurbulenceProperties()
 {
     SimulationType = TurbulenceModel.RASModel;
     RASProperties  = new VRASProperties();
     LESProperties  = new VLESProperties();
 }