Saras
Finite   Difference   Solver   for   Fluid   Dynamics   Simulations
Classes
boundary.h File Reference

Class declaration of boundary. More...

#include <blitz/array.h>
#include "field.h"
#include "grid.h"

Go to the source code of this file.

Classes

class  boundary
 Contains all the global variables related to the imposing of boundary conditions, and functions to impose BCs. More...
 
class  dirichletCC
 The derived class from boundary to apply dirichlet boundary condition for a cell-centered variable. More...
 
class  dirichletFC
 The derived class from boundary to apply dirichlet boundary condition for a face-centered variable. More...
 
class  periodicCC
 The derived class from boundary to apply periodic boundary condition for a cell-centered variable. More...
 
class  periodicFC
 The derived class from boundary to apply periodic boundary condition for a face-centered variable. More...
 
class  neumannCC
 The derived class from boundary to apply neumann boundary condition for a cell-centered variable. More...
 
class  neumannFC
 The derived class from boundary to apply neumann boundary condition for a face-centered variable. More...
 
class  hotPlateCC
 The derived class from boundary to apply mixed boundary condition involving a heated plate for a cell-centered variable. More...
 
class  nullBC
 The derived class from boundary to impose null boundary condition that leaves the data unchanged. More...
 

Detailed Description

Class declaration of boundary.

Author
Roshan Samuel
Date
Nov 2019