コード例 #1
0
 public VAtmBoundaryLayerInletVelocity()
 {
     Value = new VFieldVectorValue();
     N = new VVertice();
     Z = new VVertice();
     Z0 = new VFieldScalarValue();
     ZGround = new VFieldScalarValue();
 }
コード例 #2
0
 public VAtmBoundaryLayerInletVelocity()
 {
     Value   = new VFieldVectorValue();
     N       = new VVertice();
     Z       = new VVertice();
     Z0      = new VFieldScalarValue();
     ZGround = new VFieldScalarValue();
 }
コード例 #3
0
ファイル: VTurbineType.cs プロジェクト: mohsenboojari/offwind
 public VTurbineType()
 {
     PreCone = new VVertice();
     torqueControllerParams = new VTorqueControllerParams();
     pitchControllerParams = new VPitchControllerParams();
 }
コード例 #4
0
ファイル: VTurbineType.cs プロジェクト: gzt200361/offwind
 public VTurbineType()
 {
     PreCone = new VVertice();
     torqueControllerParams = new VTorqueControllerParams();
     pitchControllerParams  = new VPitchControllerParams();
 }