Mixed Poisson
1. Models
Mixed Poisson equations are
completed by boundary conditions and where \(k\) represents the conductivity.
Those equations can represent several problem types, such as electrostatics problems or heat transfer problems. One can choose to use field names and material properties in the model file for a particular physic by using a MixedPoissonPhyics in the constructor of the toolbox.
By default, no physic is used (MixedPoissonPhysics::None). Electric (MixedPoissonPhysics::Electric) and heat (MixedPoissonPhysics::Heat) are also available.
2. Materials
Name | Symbol | Shape | Description |
---|---|---|---|
conductivity |
cond |
scalar |
conductivity |
Name | Symbol | Shape | Description |
---|---|---|---|
electric-conductivity |
sigma |
scalar |
electric conductivity |
Name | Symbol | Shape | Description |
---|---|---|---|
thermal-conductivity |
k |
scalar |
thermal conductivity |
3. Fields and symbols expressions
Name | Description | Shape |
---|---|---|
potential |
the potential field |
scalar |
flux |
the flux field |
vectorial |
Symbol | Expression | Description |
---|---|---|
poisson_P |
\(P\) |
evaluate the potential |
poisson_grad_P_0 |
\(\frac{\partial p}{\partial x}\) |
evaluate the first component of gradient of potential |
poisson_grad_P_1 |
\(\frac{\partial p}{\partial y}\) |
evaluate the second component of gradient of potential |
poisson_grad_P_2 |
\(\frac{\partial p}{\partial z}\) |
evaluate the third component of gradient of potential |
poisson_dn_P |
\(\nabla p \cdot \boldsymbol{n}\) |
evaluate the normal derivative of potential |
poisson_F_0 |
\(\boldsymbol{u}_x\) |
evaluate the x component of the flux |
poisson_F_1 |
\(\boldsymbol{u}_y\) |
evaluate the y component of the flux |
poisson_F_2 |
\(\boldsymbol{u}_z\) |
evaluate the z component of the flux |
Name | Description | Shape |
---|---|---|
electric-potential |
the electric potential field |
scalar |
current-density |
the current density field |
vectorial |
Symbol | Expression | Description |
---|---|---|
electric_V |
\(V\) |
evaluate the potential |
electric_grad_V_0 |
\(\frac{\partial V}{\partial x}\) |
evaluate the first component of gradient of electric potential |
electric_grad_V_1 |
\(\frac{\partial V}{\partial y}\) |
evaluate the second component of gradient of electric potential |
electric_grad_V_2 |
\(\frac{\partial V}{\partial z}\) |
evaluate the third component of gradient of electric potential |
electric_dn_V |
\(\nabla V \cdot \boldsymbol{n}\) |
evaluate the normal derivative of electric potential |
electric_C_0 |
\(\boldsymbol{j}_x\) |
evaluate the x component of the current density |
electric_C_1 |
\(\boldsymbol{j}_y\) |
evaluate the y component of the current density |
electric_C_2 |
\(\boldsymbol{j}_z\) |
evaluate the z component of the current density |
Name | Description | Shape |
---|---|---|
temperature |
the temperature field |
scalar |
heat-flux |
the heat flux field |
vectorial |
Symbol | Expression | Description |
---|---|---|
heat_T |
\(T\) |
evaluate the temperature |
heat_grad_T_0 |
\(\frac{\partial T}{\partial x}\) |
evaluate the first component of gradient of temperature |
heat_grad_T_1 |
\(\frac{\partial T}{\partial y}\) |
evaluate the second component of gradient of temperature |
heat_grad_T_2 |
\(\frac{\partial T}{\partial z}\) |
evaluate the third component of gradient of temperature |
heat_dn_T |
\(\nabla T \cdot \boldsymbol{n}\) |
evaluate the normal derivative of temperature |
heat_F_0 |
\(\boldsymbol{u}_x\) |
evaluate the x component of the heat flux |
heat_F_1 |
\(\boldsymbol{u}_y\) |
evaluate the y component of the heat flux |
heat_F_2 |
\(\boldsymbol{u}_z\) |
evaluate the z component of the heat flux |
4. Boundary Conditions
6. PostProcessing
6.1. Exports
Name | Description |
---|---|
potential |
the potential field |
flux |
the flux field |
pid |
the mesh partitioning |
all |
all fields available |
Name | Description |
---|---|
electric-potential |
the electric potential field |
current-density |
the current density flux |
pid |
the mesh partitioning |
all |
all fields available |
Name | Description |
---|---|
temperature |
the temperature field |
heat-flux |
the heat flux field |
pid |
the mesh partitioning |
all |
all fields available |
All materials properties given in the section Materials can be also exported by specifying the name in the fields entry.
|