v0.14.0 |
#include <BasicFiniteElements.hpp>
Go to the source code of this file.
Classes | |
struct | NavierStokesElement |
Element for simulating viscous fluid flow. More... | |
struct | NavierStokesElement::BlockData |
struct | NavierStokesElement::CommonData |
struct | NavierStokesElement::LoadScale |
struct | NavierStokesElement::VolRule |
Set integration rule to volume elements. More... | |
struct | NavierStokesElement::FaceRule |
struct | NavierStokesElement::OpAssembleLhs |
Base class for operators assembling LHS. More... | |
struct | NavierStokesElement::OpAssembleLhsOffDiag |
Assemble off-diagonal block of the LHS Operator for assembling off-diagonal block of the LHS. More... | |
struct | NavierStokesElement::OpAssembleLhsDiagLin |
Assemble linear (symmetric) part of the diagonal block of the LHS Operator for assembling linear (symmetric) part of the diagonal block of the LHS. More... | |
struct | NavierStokesElement::OpAssembleLhsDiagNonLin |
Assemble non-linear (non-symmetric) part of the diagonal block of the LHS Operator for assembling non-linear (non-symmetric) part of the diagonal block of the LHS. More... | |
struct | NavierStokesElement::OpAssembleRhs |
Base class for operators assembling RHS. More... | |
struct | NavierStokesElement::OpAssembleRhsVelocityLin |
Assemble linear part of the velocity component of the RHS vector. More... | |
struct | NavierStokesElement::OpAssembleRhsVelocityNonLin |
Assemble non-linear part of the velocity component of the RHS vector. More... | |
struct | NavierStokesElement::OpAssembleRhsPressure |
Assemble the pressure component of the RHS vector. More... | |
struct | NavierStokesElement::OpCalcDragForce |
Calculate drag force on the fluid-solid interface. More... | |
struct | NavierStokesElement::OpCalcDragTraction |
Calculate drag traction on the fluid-solid interface. More... | |
struct | NavierStokesElement::OpPostProcDrag |
Post processing output of drag traction on the fluid-solid interface. More... | |
struct | NavierStokesElement::OpPostProcVorticity |
Post processing output of the vorticity criterion levels. More... | |
struct | NavierStokesElement::OpCalcVolumeFlux |
calculating volumetric flux More... | |