CADETProcess.processModel.discretization.LRMDiscretizationDG

CADETProcess.processModel.discretization.LRMDiscretizationDG#

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

Discretization parameters of the DG version of the LRM.

Attributes:
nelemUnsignedInteger, optional

Number of axial column elements. Default is 16.

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 axial discretization. Default is 4.

exact_integrationBool, optional

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

Methods

check_required_parameters()

Verify if all required parameters are set.

See also

CADETProcess.processModel.LRMPDiscretizationFV
CADETProcess.processModel.LumpedRateModelWithPores