Exemplo n.º 1
0
 public FieldK()
 {
     BottomValue = new PatchValueScalar();
     TopValue = new PatchValueScalar();
     WestValue = new PatchValueScalar();
     EastValue = new PatchValueScalar();
     NorthValue = new PatchValueScalar();
     SouthValue = new PatchValueScalar();
 }
Exemplo n.º 2
0
 public FieldEpsilon()
 {
     BottomValue = new EpsilonWallFunction();
     TopValue = new EpsilonWallFunction();
     WestValue = new PatchValueScalar();
     //EastValue = new PatchValueScalar();
     //NorthValue = new PatchValueScalar();
     SouthValue = new PatchValueScalar();
 }
Exemplo n.º 3
0
 public FieldP()
 {
     //BottomValue = new PatchValueScalar();
     //TopValue = new PatchValueScalar();
     //WestValue = new PatchValueScalar();
     EastValue = new PatchValueScalar();
     //NorthValue = new PatchValueScalar();
     SouthValue = new PatchValueScalar();
 }
Exemplo n.º 4
0
 public EpsilonWallFunction()
 {
     value = new PatchValueScalar();
 }