Difference between revisions of "ContribDieselFoamSprayPropertiesInterpolationSchemes"

From OpenFOAMWiki
(New page: '''Options''': :* cell :* cellPoint :* cellPointFace There are 3 different ways to evaluate the gaseous properties at the parcel position. * cell : Use the cell-value. * cellPoint : The ...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[contribDieselFoamSprayProperties|Back]]
 +
 
'''Options''':
 
'''Options''':
 
:* cell
 
:* cell
 
:* cellPoint
 
:* cellPoint
 
:* cellPointFace
 
:* cellPointFace
 +
 +
----
  
 
There are 3 different ways to evaluate the gaseous properties at the parcel position.
 
There are 3 different ways to evaluate the gaseous properties at the parcel position.
Line 10: Line 14:
 
* cellPoint
 
* cellPoint
 
: The gaseous property is first interpolated to the nodes of the cell.
 
: The gaseous property is first interpolated to the nodes of the cell.
: The tet consisting of cell-centre and 2 cell-nodes, containing the parcel position is then used to
+
: The tet consisting of cell-centre and 3 cell-nodes, containing the parcel position is then used to
 
: evaluate the value at the parcel position.
 
: evaluate the value at the parcel position.
  
Line 16: Line 20:
 
: Same as cellPoint, but with the addition that
 
: Same as cellPoint, but with the addition that
 
: the gaseous property is also interpolated to face-centers and the tet used for interpolation
 
: the gaseous property is also interpolated to face-centers and the tet used for interpolation
: will consist of cell-centre, face-centre and a cell node.
+
: will consist of cell-centre, face-centre and a 2 cell nodes.

Latest revision as of 13:32, 12 December 2008

Back

Options:

  • cell
  • cellPoint
  • cellPointFace

There are 3 different ways to evaluate the gaseous properties at the parcel position.

  • cell
Use the cell-value.
  • cellPoint
The gaseous property is first interpolated to the nodes of the cell.
The tet consisting of cell-centre and 3 cell-nodes, containing the parcel position is then used to
evaluate the value at the parcel position.
  • cellPointFace
Same as cellPoint, but with the addition that
the gaseous property is also interpolated to face-centers and the tet used for interpolation
will consist of cell-centre, face-centre and a 2 cell nodes.