Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

edgeDirichletBC Class Reference

class to do Dirichlet edge-centered BC's More...

#include <edgeGhostBC.H>

Inheritance diagram for edgeDirichletBC:

Inheritance graph
[legend]
Collaboration diagram for edgeDirichletBC:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ~edgeDirichletBC ()
 edgeDirichletBC ()
 edgeDirichletBC (int a_dir, Side::LoHiSide a_sd)
 sets interval to be (0,0)

 edgeDirichletBC (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps)
void setBCVal (const Real a_bcVal)
 set edge-BC value (single-valued)

Real BCVal () const

Protected Member Functions

virtual void fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const ProblemDomain &a_domain) const
virtual void fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const Box &a_domain) const
 deprecated interface

virtual BoxGhostBCnew_boxghostbc () const
 virtual constructor workaround


Protected Attributes

Real m_bcVal

Friends

class DomainGhostBC

Detailed Description

class to do Dirichlet edge-centered BC's

this class implements the edge-centered instantiation of the edge-centered homogeneous BC's


Constructor & Destructor Documentation

edgeDirichletBC::~edgeDirichletBC  ) 
 

edgeDirichletBC::edgeDirichletBC  ) 
 

edgeDirichletBC::edgeDirichletBC int  a_dir,
Side::LoHiSide  a_sd
 

sets interval to be (0,0)

edgeDirichletBC::edgeDirichletBC int  a_dir,
Side::LoHiSide  a_sd,
const Interval a_comps
 


Member Function Documentation

Real edgeDirichletBC::BCVal  )  const
 

virtual void edgeDirichletBC::fillBCValues FArrayBox a_neumfac,
FArrayBox a_dircfac,
FArrayBox a_inhmval,
Real  a_dx,
const Box a_domain
const [protected, virtual]
 

deprecated interface

Reimplemented from BoxEdgeBC.

virtual void edgeDirichletBC::fillBCValues FArrayBox a_neumfac,
FArrayBox a_dircfac,
FArrayBox a_inhmval,
Real  a_dx,
const ProblemDomain a_domain
const [protected, virtual]
 

Pure-virtual Worker function to fill arrays which define the boundary condition. Essentially, if the boundary condition is represented as A*phi + B*dphi/dn = C, then a_dircfac is A, a_neumfac is B, and a_inhmval is C.

Reimplemented from BoxEdgeBC.

virtual BoxGhostBC* edgeDirichletBC::new_boxghostbc  )  const [protected, virtual]
 

virtual constructor workaround

Reimplemented from BoxEdgeBC.

void edgeDirichletBC::setBCVal const Real  a_bcVal  ) 
 

set edge-BC value (single-valued)


Friends And Related Function Documentation

friend class DomainGhostBC [friend]
 

Reimplemented from BoxGhostBC.


Member Data Documentation

Real edgeDirichletBC::m_bcVal [protected]
 


The documentation for this class was generated from the following file:
Generated on Wed Jun 2 13:58:33 2004 for Chombo&INSwithParticles by doxygen 1.3.2