Chi-Tech
chi_mesh::RPPLogicalVolume Class Reference

#include <RPPLogicalVolume.h>

Inheritance diagram for chi_mesh::RPPLogicalVolume:
chi_mesh::LogicalVolume ChiObject

Public Member Functions

 RPPLogicalVolume (const chi::InputParameters &params)
 
bool Inside (const chi_mesh::Vector3 &point) const override
 
virtual bool Inside (const chi_mesh::Vector3 &point) const
 
- Public Member Functions inherited from ChiObject
 ChiObject ()
 
 ChiObject (const chi::InputParameters &params)
 
void SetStackID (size_t stack_id)
 
size_t StackID () const
 
virtual void PushOntoStack (std::shared_ptr< ChiObject > &new_object)
 
virtual ~ChiObject ()=default
 

Static Public Member Functions

static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from chi_mesh::LogicalVolume
static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from ChiObject
static chi::InputParameters GetInputParameters ()
 

Protected Attributes

double xmin_
 
double xmax_
 
double ymin_
 
double ymax_
 
double zmin_
 
double zmax_
 
bool infx_
 
bool infy_
 
bool infz_
 

Additional Inherited Members

- Protected Member Functions inherited from chi_mesh::LogicalVolume
 LogicalVolume ()
 
 LogicalVolume (const chi::InputParameters &parameters)
 

Detailed Description

Rectangular Parallel Piped (RPP) logical volume

Definition at line 11 of file RPPLogicalVolume.h.

Constructor & Destructor Documentation

◆ RPPLogicalVolume()

chi_mesh::RPPLogicalVolume::RPPLogicalVolume ( const chi::InputParameters params)
explicit

Definition at line 33 of file RPPLogicalVolume.cc.

Member Function Documentation

◆ GetInputParameters()

chi::InputParameters chi_mesh::RPPLogicalVolume::GetInputParameters ( )
static

Definition at line 10 of file RPPLogicalVolume.cc.

◆ Inside()

bool chi_mesh::RPPLogicalVolume::Inside ( const chi_mesh::Vector3 point) const
overridevirtual

Reimplemented from chi_mesh::LogicalVolume.

Definition at line 54 of file RPPLogicalVolume.cc.

Field Documentation

◆ infx_

bool chi_mesh::RPPLogicalVolume::infx_
protected

Definition at line 23 of file RPPLogicalVolume.h.

◆ infy_

bool chi_mesh::RPPLogicalVolume::infy_
protected

Definition at line 23 of file RPPLogicalVolume.h.

◆ infz_

bool chi_mesh::RPPLogicalVolume::infz_
protected

Definition at line 23 of file RPPLogicalVolume.h.

◆ xmax_

double chi_mesh::RPPLogicalVolume::xmax_
protected

Definition at line 20 of file RPPLogicalVolume.h.

◆ xmin_

double chi_mesh::RPPLogicalVolume::xmin_
protected

Definition at line 20 of file RPPLogicalVolume.h.

◆ ymax_

double chi_mesh::RPPLogicalVolume::ymax_
protected

Definition at line 21 of file RPPLogicalVolume.h.

◆ ymin_

double chi_mesh::RPPLogicalVolume::ymin_
protected

Definition at line 21 of file RPPLogicalVolume.h.

◆ zmax_

double chi_mesh::RPPLogicalVolume::zmax_
protected

Definition at line 22 of file RPPLogicalVolume.h.

◆ zmin_

double chi_mesh::RPPLogicalVolume::zmin_
protected

Definition at line 22 of file RPPLogicalVolume.h.


The documentation for this class was generated from the following files: