|
Overture
Version 25
|
#include <SphereLoading.h>
Public Member Functions | |
| SphereLoading (int sizeOfDistribution=1, bool fromGUI=true) | |
| ~SphereLoading () | |
| void | resize (int &) |
| void | updateDistribution (int, RealArray, RealArray) |
| void | printSpheres (aString &) |
| void | printTecPlotSpheres (aString &) |
| void | printDuneSpheres (aString &) |
Public Attributes | |
| RealArray | sphereCenter |
| RealArray | sphereRadius |
| RealArray | sphereDistribution |
| RealArray | sphereVelocity |
| RealArray | sphereStartTime |
| double | volumeFraction |
| bool | fromGUI |
| int | RNGSeed |
| SphereLoading::SphereLoading | ( | int | sizeOfDistribution = 1, |
| bool | fromGUI = true |
||
| ) |
| SphereLoading::~SphereLoading | ( | ) |
| void SphereLoading::printDuneSpheres | ( | aString & | ) |
| void SphereLoading::printSpheres | ( | aString & | ) |
| void SphereLoading::printTecPlotSpheres | ( | aString & | ) |
| void SphereLoading::resize | ( | int & | ) |
| bool SphereLoading::fromGUI |
| int SphereLoading::RNGSeed |
| RealArray SphereLoading::sphereCenter |
| RealArray SphereLoading::sphereDistribution |
| RealArray SphereLoading::sphereRadius |
| RealArray SphereLoading::sphereStartTime |
| RealArray SphereLoading::sphereVelocity |
| double SphereLoading::volumeFraction |
1.8.3