#include <phaseFieldCoupling.h>
Definition at line 580 of file phaseFieldCoupling.h.
◆ apply()
template<typename CELL >
| void olb::RhoWettingStatistics::apply |
( |
CELL & | cell | ) |
|
|
inline |
Definition at line 588 of file phaseFieldCoupling.h.
589 {
590 auto statistic = cell.template getField<descriptors::STATISTIC>();
591 statistic[0] = cell.computeRho();
592 cell.template setField<descriptors::STATISTIC>(statistic);
593 cell.template setField<descriptors::PHIWETTING>(statistic[0]);
594 }
◆ getPriority()
| int olb::RhoWettingStatistics::getPriority |
( |
| ) |
const |
|
inline |
◆ scope
The documentation for this struct was generated from the following file: