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