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

2D wall reflection boundary condition struct More...

#include <navier_particles.hpp>

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

Public Attributes

const Vector line_start
 
const Vector line_end
 
const real_t e
 
const bool invert_normal
 

Detailed Description

2D wall reflection boundary condition struct

Definition at line 94 of file navier_particles.hpp.

Member Data Documentation

◆ e

const real_t mfem::navier::NavierParticles::ReflectionBC_2D::e

Definition at line 98 of file navier_particles.hpp.

◆ invert_normal

const bool mfem::navier::NavierParticles::ReflectionBC_2D::invert_normal

Definition at line 99 of file navier_particles.hpp.

◆ line_end

const Vector mfem::navier::NavierParticles::ReflectionBC_2D::line_end

Definition at line 97 of file navier_particles.hpp.

◆ line_start

const Vector mfem::navier::NavierParticles::ReflectionBC_2D::line_start

Definition at line 96 of file navier_particles.hpp.


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