Contains configuration to calculate nernst_planck equation. More information can be found in A Coupled Lattice Boltzmann Method to Solve Nernst_Planck Model for simulating Electro-Osmatic Flows by Yang x., Shi B., Chai Z., Guo Z.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | temp | abosulte temperature in Kelvin |
|||
real(kind=rk), | private | :: | moleDens | Molar density of ions |
load input to solve nernst_planck equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_nernstPlanck_type), | intent(out) | :: | me | nernst_planck type |
||
type(flu_state) | :: | conf | flu state |
|||
integer, | intent(in), | optional | :: | parent | parent handle |
|
type(mus_physics_type), | intent(in) | :: | physics | physics type to convert physics to lattice unit or vice versa |