Chi-Tech
chi_mesh::RCCLogicalVolume Class Reference

#include <RCCLogicalVolume.h>

Inheritance diagram for chi_mesh::RCCLogicalVolume:
chi_mesh::LogicalVolume ChiObject

Public Member Functions

 RCCLogicalVolume (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 r_
 
double x0_
 
double y0_
 
double z0_
 
double vx_
 
double vy_
 
double vz_
 

Additional Inherited Members

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

Detailed Description

Right Circular Cylinder (RCC) logical volume.

Determining whether a point is within an RCC is tricky.

Definition at line 14 of file RCCLogicalVolume.h.

Constructor & Destructor Documentation

◆ RCCLogicalVolume()

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

Definition at line 30 of file RCCLogicalVolume.cc.

Member Function Documentation

◆ GetInputParameters()

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

Definition at line 10 of file RCCLogicalVolume.cc.

◆ Inside()

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

Reimplemented from chi_mesh::LogicalVolume.

Definition at line 42 of file RCCLogicalVolume.cc.

Field Documentation

◆ r_

double chi_mesh::RCCLogicalVolume::r_
protected

Definition at line 23 of file RCCLogicalVolume.h.

◆ vx_

double chi_mesh::RCCLogicalVolume::vx_
protected

Definition at line 25 of file RCCLogicalVolume.h.

◆ vy_

double chi_mesh::RCCLogicalVolume::vy_
protected

Definition at line 25 of file RCCLogicalVolume.h.

◆ vz_

double chi_mesh::RCCLogicalVolume::vz_
protected

Definition at line 25 of file RCCLogicalVolume.h.

◆ x0_

double chi_mesh::RCCLogicalVolume::x0_
protected

Definition at line 24 of file RCCLogicalVolume.h.

◆ y0_

double chi_mesh::RCCLogicalVolume::y0_
protected

Definition at line 24 of file RCCLogicalVolume.h.

◆ z0_

double chi_mesh::RCCLogicalVolume::z0_
protected

Definition at line 24 of file RCCLogicalVolume.h.


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