Chi-Tech
|
#include <RCCLogicalVolume.h>
Public Member Functions | |
RCCLogicalVolume (const chi::InputParameters ¶ms) | |
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 ¶ms) | |
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 ¶meters) | |
Right Circular Cylinder (RCC) logical volume.
Determining whether a point is within an RCC is tricky.
Definition at line 14 of file RCCLogicalVolume.h.
|
explicit |
Definition at line 30 of file RCCLogicalVolume.cc.
|
static |
Definition at line 10 of file RCCLogicalVolume.cc.
|
overridevirtual |
Reimplemented from chi_mesh::LogicalVolume.
Definition at line 42 of file RCCLogicalVolume.cc.
|
protected |
Definition at line 23 of file RCCLogicalVolume.h.
|
protected |
Definition at line 25 of file RCCLogicalVolume.h.
|
protected |
Definition at line 25 of file RCCLogicalVolume.h.
|
protected |
Definition at line 25 of file RCCLogicalVolume.h.
|
protected |
Definition at line 24 of file RCCLogicalVolume.h.
|
protected |
Definition at line 24 of file RCCLogicalVolume.h.
|
protected |
Definition at line 24 of file RCCLogicalVolume.h.