57 Sphere(
double R = 0.01,
double X = 0,
double Y = 0,
double Z = 0,
double Sign = - 1);
63 string Print()
override;
#define sign(a)
Definition GenericReactorAssembly.cxx:43
Header file for MathSphere class.
Header file for SerpentSurfaceCard class.
Define a MathSphere Shape.
Definition MathSphere.hxx:48
SerpentSurfaceCard class print a mathematical surface in Serpent output format.
Definition SerpentSurfaceCard.hxx:45
Define a Sphere Shape.
Definition SerpentSphere.hxx:46
string Print() override
Print the Shape surface in Serpent cell.
Definition SerpentSphere.cxx:36
SerpentSurfaceCard * GetSurfaceCard() override
return the surface card for a Serpent Plane (sph)
Definition SerpentSphere.cxx:42
Sphere * CreateNewInstance(int sign=1) override
a new Sphere instance
Definition SerpentSphere.cxx:71
void DefineSurface(SerpentSurfaceCard *&S)
Define surface in Serpent format.
Definition SerpentSphere.cxx:58
int GetMonoSurfaceType() override
Definition SerpentSphere.hxx:71
void nullateParametersLowerThanPrecision()
set all parameter less than a precision to 0
Definition SerpentSphere.cxx:50
the namespace use to couple MURE and Serpent