Input files formats
In this page you’ll find a brief explanaition of the format of each one of the files used by PRISSMA as an input.
An explanation of the words used to presents the formats are presented next:
- icell : id number of the cell
- nfaces : number of faces of this cell
- ncell : total number of cells in the domain
- nbfaces : total number of faces belonging to the boundary patch
- nnodes : total number of nodes in this cell
- ntcells : total number of cells in the mesh
- ntnodes : total number of nodes in the mesh
- ntfaces : total number of faces in the mesh
- [..] n times : expressions between brackets are repeated n times
- {..} n times : expression between brackets are writen in n different records
integer data is writen in blue
real data is writen in black
Cell2cells.in
{ icell | nfaces | [ neighbour cell | neighbour's adjacent face ] nfaces times } ncell times
Global.in
{ ntcells, ntnodes, ntfaces, nmaxfaces, ndirs }
Centercells.in
{ icell | xc | yc | zc } ncell times
Centerfaces.in
{ icell | nfaces | [ x | y | z ] nfaces times } ncell times
Properties.in
{ icell | T | P | XH20 | XCO2 | XCO | XO2 | XN2 | XSOOT } ncell times
Normals.in
{ icell | nfaces | [ nx | ny | nz ] nfaces times } ncell times
Volumesareas.in
{ icell | nfaces | volume | [ surface area ] nfaces times } ncell times
Emissivities.in
{ icell | nfaces | [ epsilon ] nfaces times } ncell times
K_Extinction.in
{ icell | k_absorption | k_scattering } ncell times
Quadrature.in
{ mu | eta | ksi | omega } ndir times
Cell2faces.in
{ icell | nfaces | [ iface ] nfaces times } nnodes times
Progress.in
{ [ icell ] ncell times } ndir times
Nodelist.in
{ inode | x | y | z } nnodes times
Facelist.in
{ iface | fnnodes | [ inode ] fnnodes times } ntfaces times
Cellnodes.in
{ icell | cellnnodes | [ inode ] cellnnodes times } ncells times
CLProperties.in
{ icell | nfaces | [ temperature | patch ] nfaces times } ncell times
CLFaces.in
nbfaces