コード例 #1
0
ファイル: FieldEpsilon.cs プロジェクト: mohsenboojari/offwind
 public FieldEpsilon()
 {
     BottomValue = new EpsilonWallFunction();
     TopValue = new EpsilonWallFunction();
     WestValue = new PatchValueScalar();
     //EastValue = new PatchValueScalar();
     //NorthValue = new PatchValueScalar();
     SouthValue = new PatchValueScalar();
 }
コード例 #2
0
ファイル: FieldEpsilon.cs プロジェクト: gzt200361/offwind
 public FieldEpsilon()
 {
     BottomValue = new EpsilonWallFunction();
     TopValue    = new EpsilonWallFunction();
     WestValue   = new PatchValueScalar();
     //EastValue = new PatchValueScalar();
     //NorthValue = new PatchValueScalar();
     SouthValue = new PatchValueScalar();
 }