The reactive infiltration physics module is a collection of objects serving as building blocks for composing model's describing reactive infiltration kinetics as a solid material is infiltrated by a liquid to create a product . The framework and usage of the model is explained below, with both mathematical formulations and example input files.
Framework
Representative Volume Element
The infiltration process for a material considers a cylindrical Representative Volume Element (RVE) with radius and span , depicting a solid capillary of radius , corresponding to the initial porosity of . The mathematical description of the model uses cylindrical coordinates and assumes axisymmetry around .
As the liquid enters the cylinder, it reacts with a solid to form a product with thickness , as shown schematically in the figure below.
The (a) top and (b) cross-section view of the Representative Volume Element (RVE) of a given state of the reactive infiltration process, depicting the outer solid walls, the infiltrated liquid and the product from the chemical reaction
Throughout this process, the solid radius, , decreases while the product thickness, , increases. Let denote the inner radius of the product. In addition, define (in units of mole per volume) as the amount of substance in the RVE, and as the molar volume of a material with molar mass (in units of amu, or gram per mole) and density (mass per volume), with subscripts taking , , and , respectively.
The volume fraction, of each material is then
and the RVE porosity (void) is
Key assumptions made throughout the derivation are:
Liquid remains liquid over the entire course of reaction, i.e., no phase change.
The reaction is irreversible.
Formation of the initial product layer is immediate once liquid comes into contact with solid.
Once product is formed, reaction rate is primarily limited by the diffusion of liquid through product to the product-solid interface, with a diffusion coefficient .
The product wall thickness remains uniform during the infiltration.
The only reaction is between the liquid and the solid.
The following nondimensionalization is applied to the constitutive model for the reactive infiltration process.
The complete state of the RVE is denoted by the tuple , with as the prescribed force.
Mathematically, it is possible that . Physically, this implies "overflow", aka the prescribed is larger than the available voids. Care must be taken at the macroscopic model to avoid or resolve this issue.
Governing Equations
The initial-value problem (IVP) corresponding to the constitutive model is
where is the residual corresponding to the volume fraction of the liquid, solid and product. The residuals are defined below. Note an implicit backward-Euler time intergration scheme is used.
Production rate of the product, dictates by the diffusion of the liquid through the product to react with the solid at the product-solid interface
Here are the reactivity of liquid and solid, represented by a step function of the void fraction, .
Reaction rate of the solid, with a (solid, product) reaction coefficient, respectively
Implementation Details
The above governing equations are fairly general for a wide range of reactive infiltration systems within this framework given the chemical reaction kinetics with appropriate reaction coefficient ( ) and the corresponding molar volume of the materials.
Example for determining and : Consider a reactive infiltration process of liquid (chemical formula ) and solid ( ), with the molar mass and . The chemical reaction creates a product with chemical formula , with reaction coefficients and .
For stoichiometric balance, the reaction coefficients are:
The densities of the liquid, solid, and product are respectively .
Then, the molar volume is:
The instantaneous balance also implies that
Since this constitutive model considers as the forcing function for the IVP problem, .
The following tables summarize the relationship between the mathematical expressions and NEML2 models.
The RVE keeps track of the volume fraction of the liquid, solid and product, . directly corresponds to the prescribed liquid substance where are obtained from solving the IVP problem with ImplicitUpdate.
This modelcalculates the product and solid's inner radius, . Note that, when there are presence of the product, the solid' inner radius is the outer radius of the product.
Example input file that defines the product and solid's inner radius
The reaction rates dictates the creation of the product. Within our assumptions, the growth of the product is controlled by the diffusion of the liquid through the product to react with the solid at the product-solid interface. Considered the same RVE as in figure above, with (units of moles) as the concentration of the product in the RVE. Diffusion equation yields
is the diffusion coeficient (untis of area per time) of liquid through the product. Integrating through the product's volume and applying Green's theorem,
Here,
The step function , as reactivity is introduced to supressed the production rate when either the solid or the liquid is fully consumed. Finally, in normalized variables, and let the as the characterisitc length scales of the pores features. The product reaction rate is then,
Example input file that defines the product reaction rate