MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::navier::NavierParticles::RecirculationBC_2D Struct Reference

2D recirculation boundary condition struct More...

#include <navier_particles.hpp>

Collaboration diagram for mfem::navier::NavierParticles::RecirculationBC_2D:
[legend]

Public Attributes

const Vector inlet_start
 
const Vector inlet_end
 
const bool invert_inlet_normal
 
const Vector outlet_start
 
const Vector outlet_end
 
const bool invert_outlet_normal
 

Detailed Description

2D recirculation boundary condition struct

Definition at line 103 of file navier_particles.hpp.

Member Data Documentation

◆ inlet_end

const Vector mfem::navier::NavierParticles::RecirculationBC_2D::inlet_end

Definition at line 106 of file navier_particles.hpp.

◆ inlet_start

const Vector mfem::navier::NavierParticles::RecirculationBC_2D::inlet_start

Definition at line 105 of file navier_particles.hpp.

◆ invert_inlet_normal

const bool mfem::navier::NavierParticles::RecirculationBC_2D::invert_inlet_normal

Definition at line 107 of file navier_particles.hpp.

◆ invert_outlet_normal

const bool mfem::navier::NavierParticles::RecirculationBC_2D::invert_outlet_normal

Definition at line 110 of file navier_particles.hpp.

◆ outlet_end

const Vector mfem::navier::NavierParticles::RecirculationBC_2D::outlet_end

Definition at line 109 of file navier_particles.hpp.

◆ outlet_start

const Vector mfem::navier::NavierParticles::RecirculationBC_2D::outlet_start

Definition at line 108 of file navier_particles.hpp.


The documentation for this struct was generated from the following file: