![]() |
OpenLB 1.8.1
|
#include <superLatticeCoupling.h>
Inheritance diagram for olb::ConcreteBlockCouplingO< COUPLEES, PLATFORM, COUPLER, OperatorScope::PerCell >:
Collaboration diagram for olb::ConcreteBlockCouplingO< COUPLEES, PLATFORM, COUPLER, OperatorScope::PerCell >:Public Member Functions | |
| template<typename LATTICES > | |
| ConcreteBlockCouplingO (LATTICES &&lattices) | |
| std::type_index | id () const override |
| AbstractCouplingO< COUPLEES >::AbstractParameters & | getParameters () override |
| Return reference to parameters of coupling operator. | |
| void | set (CellID iCell, bool state) override |
| Set whether iCell is covered by the present coupling. | |
| void | execute () override |
| Execute coupling operation. | |
Public Member Functions inherited from olb::AbstractCouplingO< COUPLEES > | |
Public Member Functions inherited from olb::AbstractBlockO | |
| virtual | ~AbstractBlockO ()=default |
Additional Inherited Members | |
Public Types inherited from olb::AbstractCouplingO< COUPLEES > | |
| using | value_t = typename COUPLEES::values_t::template get<0>::value_t |
| Value type used for coupling parameters. | |
| using | descriptor_t = typename COUPLEES::values_t::template get<0>::descriptor_t |
| Descriptor type used for coupling parameters. | |
| using | AbstractParameters = olb::AbstractParameters<value_t,descriptor_t> |
| using | ParametersD = olb::ParametersD<value_t,descriptor_t> |
| using | LatticeR = olb::LatticeR<descriptor_t::d> |
| template<typename FIELD > | |
| using | FieldD = olb::FieldD<value_t,descriptor_t,FIELD> |
Definition at line 38 of file superLatticeCoupling.h.
|
inline |
Definition at line 66 of file superLatticeCoupling.h.
|
inlineoverridevirtual |
Execute coupling operation.
Implements olb::AbstractCouplingO< COUPLEES >.
Definition at line 89 of file superLatticeCoupling.h.
|
inlineoverridevirtual |
Return reference to parameters of coupling operator.
Implements olb::AbstractCouplingO< COUPLEES >.
Definition at line 74 of file superLatticeCoupling.h.
|
inlineoverridevirtual |
Implements olb::AbstractBlockO.
Definition at line 70 of file superLatticeCoupling.h.
|
inlineoverridevirtual |
Set whether iCell is covered by the present coupling.
By default the entire non-overlap block area is coupled.
Implements olb::AbstractCouplingO< COUPLEES >.
Definition at line 78 of file superLatticeCoupling.h.