@@ -384,12 +384,12 @@ Details of implementation of viscosity in MFC can be found in [Coralic (2015)](r
384384- ` fluid_pp(i)%%G ` is required for ` hypoelasticity ` .
385385
386386### 6. Simulation Algorithm
387- .
388- | Parameter . | Type | Description |
389- | ---: . | :----: | :--- |
390- | ` bc_[x,y,z]%%beg[end] ` . | Integer | Beginning [ ending] boundary condition in the $[ x,y,z] $-direction (negative integer, see table [ Boundary Conditions] ( #boundary-conditions ) ) |
391- | ` bc_[x,y,z]%%vb[1,2,3] ` ‡. | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to ` bc_[x,y,z]%%beg ` |
392- | ` bc_[x,y,z]%%ve[1,2,3] ` ‡. | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to ` bc_[x,y,z]%%end ` |
387+
388+ | Parameter | Type | Description |
389+ | ---: | :----: | :--- |
390+ | ` bc_[x,y,z]%%beg[end] ` | Integer | Beginning [ ending] boundary condition in the $[ x,y,z] $-direction (negative integer, see table [ Boundary Conditions] ( #boundary-conditions ) ) |
391+ | ` bc_[x,y,z]%%vb[1,2,3] ` ‡ | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to ` bc_[x,y,z]%%beg ` |
392+ | ` bc_[x,y,z]%%ve[1,2,3] ` ‡ | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to ` bc_[x,y,z]%%end ` |
393393| ` model_eqns ` | Integer | Multicomponent model: [ 1] $\Gamma/\Pi_ \infty$; [ 2] 5-equation; [ 3] 6-equation; [ 4] 4-equation |
394394| ` alt_soundspeed ` * | Logical | Alternate sound speed and $K \nabla \cdot u$ for 5-equation model |
395395| ` adv_n ` | Logical | Solving directly for the number density (in the method of classes) and compute void fraction from the number density |
@@ -752,29 +752,29 @@ Details of the transducer acoustic source model can be found in [Maeda and Colon
752752
753753| Parameter | Type | Description |
754754| ---: | :----: | :--- |
755- | ` bubbles_euler ` | Logical | Ensemble-averaged bubble modeling |
756- | ` bubbles_lagrange ` | Logical | Volume-averaged bubble modeling |
757- | ` bubble_model ` | Integer | [ 1] Gilmore; [ 2] Keller--Miksis; [ 3] Rayleigh-Plesset |
758- | ` bub_pp%R0ref ` * †‡ | Real | Reference bubble radius |
759- | ` bub_pp%p0ref ` * †‡ | Real | Reference pressure |
760- | ` bub_pp%rho0ref ` * †‡| Real | Reference density |
761- | ` bub_pp%T0ref ` †‡ | Real | Reference temperature |
762- | ` bub_pp%ss ` * †‡ | Real | Surface tension between host and gas (bubble) |
763- | ` bub_pp%pv ` * †‡ | Real | Vapor pressure of host |
764- | ` bub_pp%vd ` † ‡ | Real | Vapor diffusivity in gas (bubble) |
765- | ` bub_pp%mu_l ` * †‡ | Real | Viscosity of host in liquid state |
766- | ` bub_pp%mu_v ` † | Real | Viscosity of host in vapor state |
767- | ` bub_pp%mu_g ` † | Real | Viscosity of gas (bubble) |
768- | ` bub_pp%gam_v ` †‡ | Real | Specific heat ratio of host in vapor state |
769- | ` bub_pp%gam_g ` * †‡ | Real | Specific heat ratio of gas (bubble) |
770- | ` bub_pp%M_v ` †‡ | Real | Molecular weight of host |
771- | ` bub_pp%M_g ` †‡ | Real | Molecular weight of gas (bubble) |
772- | ` bub_pp%k_v ` †‡ | Real | Thermal conductivity of host in vapor state |
773- | ` bub_pp%k_g ` †‡ | Real | Thermal conductivity of gas (bubble) |
774- | ` bub_pp%cp_v ` ‡ | Real | Specific heat capacity in constant pressure of host in vapor state |
775- | ` bub_pp%cp_g ` ‡ | Real | Specific heat capacity in constant pressure of gas (bubble) |
776- | ` bub_pp%R_v ` †‡ | Real | Gas constant of host in vapor state |
777- | ` bub_pp%R_g ` †‡ | Real | Gas constant of gas (bubble) |
755+ | ` bubbles_euler ` | Logical | Ensemble-averaged bubble modeling |
756+ | ` bubbles_lagrange ` | Logical | Volume-averaged bubble modeling |
757+ | ` bubble_model ` | Integer | [ 1] Gilmore; [ 2] Keller--Miksis; [ 3] Rayleigh-Plesset |
758+ | ` bub_pp%% R0ref ` * †‡ | Real | Reference bubble radius |
759+ | ` bub_pp%% p0ref ` * †‡ | Real | Reference pressure |
760+ | ` bub_pp%% rho0ref ` * †‡| Real | Reference density |
761+ | ` bub_pp%% T0ref ` †‡ | Real | Reference temperature |
762+ | ` bub_pp%% ss ` * †‡ | Real | Surface tension between host and gas (bubble) |
763+ | ` bub_pp%% pv ` * †‡ | Real | Vapor pressure of host |
764+ | ` bub_pp%% vd ` † ‡ | Real | Vapor diffusivity in gas (bubble) |
765+ | ` bub_pp%% mu_l ` * †‡ | Real | Viscosity of host in liquid state |
766+ | ` bub_pp%% mu_v ` † | Real | Viscosity of host in vapor state |
767+ | ` bub_pp%% mu_g ` † | Real | Viscosity of gas (bubble) |
768+ | ` bub_pp%% gam_v ` †‡ | Real | Specific heat ratio of host in vapor state |
769+ | ` bub_pp%% gam_g ` * †‡ | Real | Specific heat ratio of gas (bubble) |
770+ | ` bub_pp%% M_v ` †‡ | Real | Molecular weight of host |
771+ | ` bub_pp%% M_g ` †‡ | Real | Molecular weight of gas (bubble) |
772+ | ` bub_pp%% k_v ` †‡ | Real | Thermal conductivity of host in vapor state |
773+ | ` bub_pp%% k_g ` †‡ | Real | Thermal conductivity of gas (bubble) |
774+ | ` bub_pp%% cp_v ` ‡ | Real | Specific heat capacity in constant pressure of host in vapor state |
775+ | ` bub_pp%% cp_g ` ‡ | Real | Specific heat capacity in constant pressure of gas (bubble) |
776+ | ` bub_pp%% R_v ` †‡ | Real | Gas constant of host in vapor state |
777+ | ` bub_pp%% R_g ` †‡ | Real | Gas constant of gas (bubble) |
778778
779779- \* These parameters are required for ensemble-averaged bubble model.
780780- † These parameters are required for ensemble-averaged bubble model with ` polytropic = F ` .
@@ -993,6 +993,22 @@ When ``cyl_coord = 'T'`` is set in 2D the following constraints must be met:
993993
994994- ` bc_y%beg = -2 ` to enable reflective boundary conditions
995995
996+ ### 17. Chemistry
997+
998+ | Parameter | Type | Description |
999+ | ---: | :---: | :--- |
1000+ | ` chemistry ` | Logical | Enable chemistry simulation |
1001+ | ` chem_params%diffusion ` | Logical | Enable multispecies diffusion |
1002+ | ` chem_params%reactions ` | Logical | Enable chemical reactions |
1003+ | ` chem_params%gamma_method ` | Integer | Methodology for calculating the heat capacity ratio |
1004+ | ` chem_params%transport_model ` | Integer | Methodology for calculating the diffusion coefficients |
1005+ | ` cantera_file ` | String | Cantera-format mechanism file (e.g., .yaml) |
1006+
1007+ - ` chem_params%transport_model ` specifies the methodology for calculating diffusion coefficients and other transport properties, ` 1 ` for mixture-average, ` 2 ` for Unity-Lewis
1008+
1009+ - ` cantera_file ` specifies the chemical mechanism file. If the file is part of the standard Cantera library, only the filename is required. Otherwise, the file must be located in the same directory as your ` case.py ` file
1010+
1011+
9961012## Enumerations
9971013
9981014### Boundary conditions
0 commit comments