![]() |
OpenLB 1.8.1
|
#include <navierStokesAdvectionDiffusionCouplingPostProcessor2D.h>
Inheritance diagram for olb::PhaseFieldCouplingGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::PhaseFieldCouplingGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| PhaseFieldCouplingGenerator2D (int x0_, int x1_, int y0_, int y1_, T rho_L, T rho_H, T mu_L, T mu_H, T surface_tension, T interface_thickness) | |
| LatticeCouplingGenerator for advectionDiffusion coupling. | |
| PostProcessor2D< T, DESCRIPTOR > * | generate (std::vector< BlockStructureD< 2 > * > partners) const override |
| LatticeCouplingGenerator2D< T, DESCRIPTOR > * | clone () const override |
Public Member Functions inherited from olb::LatticeCouplingGenerator2D< T, DESCRIPTOR > | |
| LatticeCouplingGenerator2D (int x0_, int x1_, int y0_, int y1_) | |
| virtual | ~LatticeCouplingGenerator2D () |
| void | shift (LatticeR< 2 > delta) |
| void | shift (int deltaX, int deltaY) |
| bool | extract (int x0_, int x1_, int y0_, int y1_) |
| bool | extract (LatticeR< 2 > lower, LatticeR< 2 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_) |
| void | reset (LatticeR< 2 > lower, LatticeR< 2 > upper) |
Additional Inherited Members | |
Protected Attributes inherited from olb::LatticeCouplingGenerator2D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
Definition at line 70 of file navierStokesAdvectionDiffusionCouplingPostProcessor2D.h.
| olb::PhaseFieldCouplingGenerator2D< T, DESCRIPTOR >::PhaseFieldCouplingGenerator2D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| T | rho_L, | ||
| T | rho_H, | ||
| T | mu_L, | ||
| T | mu_H, | ||
| T | surface_tension, | ||
| T | interface_thickness ) |
LatticeCouplingGenerator for advectionDiffusion coupling.
Definition at line 174 of file navierStokesAdvectionDiffusionCouplingPostProcessor2D.hh.
|
overridevirtual |
Implements olb::LatticeCouplingGenerator2D< T, DESCRIPTOR >.
Definition at line 190 of file navierStokesAdvectionDiffusionCouplingPostProcessor2D.hh.
|
overridevirtual |
Implements olb::LatticeCouplingGenerator2D< T, DESCRIPTOR >.
Definition at line 182 of file navierStokesAdvectionDiffusionCouplingPostProcessor2D.hh.