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