@@ -682,7 +682,7 @@ Implementation of the parameters into the model follow [Ando (2010)](references.
682682
683683| Parameter | Type | Description |
684684| ---: | :----: | :--- |
685- | ` perturb_flow ` | Logical | Perturb the initlial velocity field by random noise |
685+ | ` perturb_flow ` | Logical | Perturb the initial velocity field by random noise |
686686| ` perturb_flow_fluid ` | Integer | Fluid density whose flow is to be perturbed |
687687| ` perturb_flow_mag ` | Real | Set the magnitude of flow perturbations |
688688| ` perturb_sph ` | Logical | Perturb the initial partial density by random noise |
@@ -697,7 +697,7 @@ The parameters are optionally used to define initial velocity profiles and pertu
697697
698698- ` perturb_flow ` activates the perturbation of initial velocity by random noise.
699699
700- - ` perturb_flow_fluid ` specifies the fluid component whose flow is to be perturbed.
700+ - ` perturb_flow_fluid ` specifies the fluid component whose flow will be perturbed.
701701
702702- ` perturb_flow ` activates the perturbation of initial velocity by random noise.
703703
@@ -737,7 +737,7 @@ $$ u = patch\_icpp(1)\%vel(1) * tanh(y\_cc * mixlayer\_vel\_profile) $$
737737| ` pi_fac ` | Real | Ratio of artificial and true ` pi_\infty ` values|
738738
739739- ` pi_fac ` specifies the ratio of artificial and true ` pi_\infty ` values (` = ` artificial ` pi_\infty ` / true ` pi_\infty ` ).
740- This parameter enables the use of true ` pi_\infty ` in bubble dynamics models, when the ` pi_\infty ` given in the ` case.py ` file is an artificial value.
740+ This parameter enables the use of true ` pi_\infty ` in bubble dynamics models when the ` pi_\infty ` given in the ` case.py ` file is an artificial value.
741741
742742### 13. Body Forces
743743
@@ -753,21 +753,21 @@ This parameter enables the use of true `pi_\infty` in bubble dynamics models, wh
753753
754754$$ a_{x[y,z]} = g_{x[y,z]} + k_{x[y,z]}\sin\left(w_{x[y,z]}t + p_{x[y,z]}\right). $$
755755
756- Positive accelerations are in the ` x[y,z] ` direction are in the positive ` x[y,z] ` direction by convention .
756+ By convention, positive accelerations in the ` x[y,z] ` direction are in the positive ` x[y,z] ` direction.
757757
758758### 14. Cylindrical Coordinates
759759
760- When ` cyl_coord = 'T' ` is set in 3D the following constraints must be met:
760+ When `` cyl_coord = 'T' ` ` is set in 3D the following constraints must be met:
761761
762- - ` bc_y%beg = -14 ` to enable to axis boundary condition
762+ - ` bc_y%beg = -14 ` enables the axis boundary condition
763763
764- - ` bc_z%beg = bc_z%end = -1 ` to enable periodic boundary conditions in the azimuthal direction
764+ - ` bc_z%beg = bc_z%end = -1 ` enables periodic boundary conditions in the azimuthal direction
765765
766- - ` z_domain%beg = 0 ` to set the azithmuthal starting point to 0
766+ - ` z_domain%beg = 0 ` sets the azimuthal starting point to 0
767767
768- - ` z_comain%end = 2*math.pi ` to set the azithmuthal ending point to $2\pi$ (note, requires ` import math ` in the case file)
768+ - ` z_comain%end = 2*math.pi ` to set the azimuthal ending point to $2\pi$ (note, requires ` import math ` in the case file)
769769
770- When ` cyl_coord = 'T' ` is set in 2D the following constraints must be met:
770+ When `` cyl_coord = 'T' ` ` is set in 2D the following constraints must be met:
771771
772772- ` bc_y%beg = -2 ` to enable reflective boundary conditions
773773
0 commit comments