Contains information to solve the poission equation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | public | :: | pot_diff |
Potential diffusivty to tune omega and stability |
|||
real(kind=rk), | public | :: | omega |
relaxation parameter |
|||
real(kind=rk), | public | :: | permittivity |
the dielectric constant C^2 J^-1 m^-1 |
|||
type(mus_poisson_boltzmann_type), | public | :: | PB |
information of poisson boltmann equation |
Contains information to calculate rhs for poisson boltzmann equation. Definition of linear and non-linear poisson boltzmann equation can be found in Masilamani, K. (2010). WaLBerla : Investigation of Electrostatic Effects in Particulate and Electro-Osmotic Flows. Master Thesis. FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active |
Neccesary if source term is poisson_boltzmann |
|||
real(kind=rk), | public | :: | temp |
abosulte temperature in Kelvin |
|||
integer, | public | :: | nIons |
Number of ions |
|||
integer, | public, | allocatable | :: | valence(:) |
valence of the ion size: nions |
||
real(kind=rk), | public | :: | moleDens0 |
Mole density of ions in the bulk |
|||
real(kind=rk), | public | :: | RHS_coeff |
RHS coeff for linear poisson boltzmann equation |
|||
real(kind=rk), | public | :: | gasConst_R_LB |
Gas constant in lattice unit |
|||
real(kind=rk), | public | :: | faradayLB |
Faraday constant in lattice unit |
load input to solve poisson equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_poisson_type), | intent(out) | :: | me |
poisson type |
||
type(flu_State) | :: | conf |
flu state |
|||
integer, | intent(in), | optional | :: | parent |
parent handle |
|
integer, | intent(in) | :: | minLevel |
minlevel |
||
real(kind=rk), | intent(in) | :: | cs_lattice |
lattice speed of sound calculated for defined stencil layout required to compute omega from potential diffusivity |
||
type(mus_physics_type), | intent(in) | :: | physics |
physics type to convert physics to lattice unit or vice versa |
||
character(len=*), | intent(in) | :: | schemeKind |
scheme kind |
Load input to solve poisson boltzmann equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_poisson_boltzmann_type), | intent(out) | :: | me |
poisson bolztmann 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 |