CADETProcess.processModel.discretization.LRMPDiscretizationDG

CADETProcess.processModel.discretization.LRMPDiscretizationDG#

class CADETProcess.processModel.discretization.LRMPDiscretizationDG(spatial_method, nelem, par_geom, use_analytic_jacobian, polydeg, exact_integration)[source]#

Discretization parameters of the DG version of the LRMP.

Attributes:
nelemUnsignedInteger, optional

Number of axial column elements. Default is 16.

par_geomSwitch, optional

The geometry of the particles in the model. Valid values are ‘SPHERE’, ‘CYLINDER’, and ‘SLAB’. Default is ‘SPHERE’.

use_analytic_jacobianBool, optional

If True, use analytically computed Jacobian matrix (faster). If False, use Jacobians generated by algorithmic differentiation (slower). Default is True.

polydegUnsignedInteger, optional

Degree of the polynomial used for spatial discretization. Default is 4.

exact_integrationBool, optional

Whether to use exact integration for the spatial discretization. Default is False.

Methods

check_required_parameters()

Verify if all required parameters are set.

See also

CADETProcess.processModel.LRMPDiscretizationFV
CADETProcess.processModel.LumpedRateModelWithPores