SMILE  v2.5
Schwarzschild Modelling Interactive expLoratory Environment
Public Member Functions | Private Attributes | List of all members
smile::CICGeneratorSchw Class Reference

class that combines two samplers – for positions and velocities More...

#include <icgenerator.h>

Inheritance diagram for smile::CICGeneratorSchw:
Inheritance graph
[legend]
Collaboration diagram for smile::CICGeneratorSchw:
Collaboration graph
[legend]

Public Member Functions

 CICGeneratorSchw (CBasicICGenerator *_genPosition, CBasicICGenerator *_genVelocity, const CPotential *_potential, double _weightSkewFactorE=0)
 
virtual void createInitialConditions (size_t numPoints, CPointMassSet< float > *points)
 Create a desired number of points and add them to the point mass set. More...
 

Private Attributes

CBasicICGeneratorgenPosition
 class for creating initial positions for the given density component
 
CBasicICGeneratorgenVelocity
 class for sampling initial velocities in the total potential
 
const CPotentialpotential
 total potential of the system (for sorting particles in energy)
 
double weightSkewFactorE
 bias factor for increasing the sampling coverage of most bound orbits
 

Additional Inherited Members

- Public Types inherited from smile::CBasicICGenerator
enum  ICTYPE {
  IC_E_STATIONARY, IC_E_PRINCIPALPLANE, IC_E_YALPHA, IC_E_RANDOM,
  IC_DENS_SAMPLER, IC_DENS_ELLIPSOIDAL, IC_VEL_EDDINGTON, IC_VEL_JEANSSPH,
  IC_VEL_JEANSAXI
}
 list all possible types of descendant classes More...
 

Detailed Description

class that combines two samplers – for positions and velocities

Member Function Documentation

void smile::CICGeneratorSchw::createInitialConditions ( size_t  numPoints,
CPointMassSet< float > *  points 
)
virtual

Create a desired number of points and add them to the point mass set.

Parameters
[in]numPointsis the requested number of points; the actual output may slightly differ
[in,out]pointsis the pointer to the array that will contain the points. For the IC velocity generators, this array should already contain positions of particles, and only the velocities will be initialized.

Implements smile::CBasicICGenerator.


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