TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Keywords derived from coarsen_operator_base

coarsen_operator_base

Base class for the IJK multigrid coarsening operators.

Usable keywords (pick one): coarsen_operator_k, coarsen_operator_uniform


coarsen_operator_k

Coarsening operator based on z-coordinates read from a file, in IJK discretization.

Parameters:

  • file_z_coord (type: string) Name of the file containing the z-coordinates defining the coarse grid.

coarsen_operator_uniform

Object defining the uniform coarsening process of the given grid in IJK discretization.

Parameters:

  • [coarsen_i] (type: int) Coarsening factor in the I direction (number by which the cell count is divided to build the coarse grid).
  • [coarsen_j] (type: int) Coarsening factor in the J direction.
  • [coarsen_k] (type: int) Coarsening factor in the K direction.