Molecular Dynamics Simulation
1.0
src
particles
containers
linkedcells
boundaries
OutflowBoundaryType.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <array>
4
5
#include "
particles/containers/linkedcells/LinkedCellsContainer.h
"
6
7
class
OutflowBoundaryType
{
8
public
:
16
static
void
pre
(
LinkedCellsContainer
& container);
17
25
static
void
applyBoundaryConditions
(
LinkedCellsContainer
& container);
26
};
LinkedCellsContainer.h
LinkedCellsContainer
Extension of the ParticleContainer class using a linked cells data structure for improved performance...
Definition:
LinkedCellsContainer.h:14
OutflowBoundaryType
Definition:
OutflowBoundaryType.h:7
OutflowBoundaryType::applyBoundaryConditions
static void applyBoundaryConditions(LinkedCellsContainer &container)
Applies the boundary conditions for the outflow boundary condition.
Definition:
OutflowBoundaryType.cpp:57
OutflowBoundaryType::pre
static void pre(LinkedCellsContainer &container)
Applies the preconditioning step for the outflow boundary condition.
Definition:
OutflowBoundaryType.cpp:7
Generated by
1.9.1