pyopensn.aquad.GLCProductQuadrature2DRZ

class pyopensn.aquad.GLCProductQuadrature2DRZ

Gauss-Legendre-Chebyshev quadrature for 2D, RZ geometry.

Wrapper of opensn::GLCProductQuadrature2DRZ.

__init__(self: pyopensn.aquad.GLCProductQuadrature2DRZ, n_polar: int, n_azimuthal: int, verbose: bool = False) None

Construct a Gauss-Legendre Chebyshev product quadrature for 2D, RZ geometry.

Parameters:
  • n_polar (int) – Number of polar angles.

  • n_azimuthal (int) – Number of azimuthal angles.

  • verbose (bool, default=False) – Verbosity.

property abscissae

Vector of polar and azimuthal angles.

property omegas

Vector of direction vectors.

property weights

Quadrature weights.