![]() |
OpenLB 1.8.1
|
Namespaces | |
| namespace | detail |
| Implementations of meta-collisions modifying a COLLISION template argument. | |
| namespace | LES |
Classes | |
| struct | AdvectionDiffusionRLB |
| struct | BGK |
| struct | ConSmagorinskyEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Consistent Smagorinsky LES model. More... | |
| struct | ConStrainSmagorinskyEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Consistent Strain Smagorinsky LES model. More... | |
| struct | ConstRhoBGK |
| struct | CUM |
| struct | DBBParticleBGK |
| struct | DualForcedBGK |
| struct | DualPorousBGK |
| struct | ExternalRhoHRR |
| struct | FixedEquilibrium |
| struct | FreeEnergy |
| struct | FreeEnergyInletOutlet |
| struct | HRR |
| struct | HYBRID |
| struct | HYBRID_RHO |
| struct | IncompressibleSmagorinskyEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Smagorinsky LES model. More... | |
| struct | ITRT |
| struct | KBC |
| Implementation of the KBC method. See 10.1103/PhysRevE.90.031302. More... | |
| struct | KrauseEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Krause LES model. More... | |
| struct | KrauseH |
| struct | LocalSmagorinskyEffectiveOmega |
| struct | LocalVanDriestSmagorinskyEffectiveOmega |
| struct | MovingPorosity |
| struct | MRT |
| struct | NguyenLaddCorrection |
| Nguyen-Ladd Velocity Correction using momenta-defined velocity. More... | |
| struct | None |
| struct | OmegaFromCellTauEff |
| Override COLLISION parameter OMEGA with inverse of cell field TAU_EFF. More... | |
| struct | P1 |
| struct | ParameterFromCell |
| Override COLLISION parameter PARAMETER with cell field PARAMETER. More... | |
| struct | PartialBounceBack |
| struct | PerPopulationBGK |
| struct | Poisson |
| struct | PorousParticle |
| struct | PSM |
| Implementation of the Partially Saturated Method (PSM), see Krüger, Timm, et al. More... | |
| struct | Revert |
| struct | RLB |
| struct | RLBThirdOrder |
| struct | SaveVelocity |
| Save velocity of COLLISION into cell field VELOCITY. More... | |
| struct | ShearSmagorinskyEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Shear Smagorinsky LES model. More... | |
| struct | SmagorinskyEffectiveOmega |
| Compute dynamics parameter OMEGA locally using Smagorinsky LES model. More... | |
| struct | SmallParticle |
| Implementation of the BGK collision step for a small particles enabling two way coupling. More... | |
| struct | StoreAndTrackAverageVelocity |
| struct | SubgridParticle |
| struct | ThirdOrderRLB |
| struct | TrackAverageDensity |
| Track time-averaged density of COLLISION into cell field AVERAGE_DENSITY. More... | |
| struct | TrackAverageTKE |
| Track time-averaged TKE and velocity. More... | |
| struct | TrackAverageVelocity |
| Track time-averaged velocity of COLLISION into cell field AVERAGE_VELOCITY. More... | |
| struct | TRT |
| struct | WaleEffectiveOmega |
| Compute dynamics parameter OMEGA locally using WALE. More... | |
Typedefs | |
| template<typename COLLISION > | |
| using | OmegaFromCell = ParameterFromCell<descriptors::OMEGA, COLLISION> |
| Override COLLISION parameter OMEGA with cell field OMEGA. | |
| using olb::collision::OmegaFromCell = ParameterFromCell<descriptors::OMEGA, COLLISION> |
Override COLLISION parameter OMEGA with cell field OMEGA.
Definition at line 60 of file collisionModifiers.h.