Difference between revisions of "Multi-physics interface"

From Serpent Wiki
Jump to: navigation, search
(List of multi-physics interface filetypes)
Line 25: Line 25:
 
|-
 
|-
 
| 5
 
| 5
| Fuel behavior interface (step function)
+
| Fuel behavior interface (piecewise constant)
 
| For coupling with fuel performance/behavior codes with 1.5 dimensional (z,r) coordinate system.
 
| For coupling with fuel performance/behavior codes with 1.5 dimensional (z,r) coordinate system.
 
|-
 
|-
Line 36: Line 36:
 
| Based on OpenFOAM file format.
 
| Based on OpenFOAM file format.
 
|}
 
|}
 +
 +
== Point-average interface (type 1) ==
 +
== Regular mesh based interface (type 2) ==
 +
== User defined functional dependence (type 3) ==
 +
== Tetrahedral mesh interface (type 4) ==
 +
== Fuel behavior interface (types 5 and 6) ==
 +
== Unstructured mesh based interface (type 7) ==

Revision as of 16:58, 23 November 2015

The multi-physics interface is a set of routines, as well as input/output formats intended for easily bringing in detailed temperature and density fields to Serpent and at the same time automatically producing power distributions to be used in coupled codes.

List of multi-physics interface filetypes

Type Name Notes
1 Point-average For interpolation of point-wise data
2 Regular mesh For data on a regular cartesian or hexagonal mesh
3 Functional dependence User defined functional dependence can be defined on source code level
4 Tetrahedral mesh type Use interface type 7 instead.
5 Fuel behavior interface (piecewise constant) For coupling with fuel performance/behavior codes with 1.5 dimensional (z,r) coordinate system.
6 Fuel behavior interface (radial interpolation) For coupling with fuel performance/behavior codes with 1.5 dimensional (z,r) coordinate system.
7 Unstructured mesh Based on OpenFOAM file format.

Point-average interface (type 1)

Regular mesh based interface (type 2)

User defined functional dependence (type 3)

Tetrahedral mesh interface (type 4)

Fuel behavior interface (types 5 and 6)

Unstructured mesh based interface (type 7)