grids#

grids#

Note

Flow dimension is defined based on grid shape.

Information:
  • design pattern: inheritance, abstraction

  • base class: Grid

  • base class type: ABS (abstract)

Classes

Grid(unit, dtype, unify, verbose)

Abstract grid class.

RegularCartesian(nx, ny, nz, dx, dy, dz[, ...])

RegularCartesian grid class.

Radial(**kwargs)

Radial grid class.

IrregularCartesian(**kwargs)

IrregularCartesian grid class.


Comments 💬#

Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines ⚖.