Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, through those days study of EGS, i like this software step by step, programmed by myself, simulation the examples from getting-start.pdf, sometimes i succeeded, but there still many troubles i must to face. Some problems i ask below:
I simulation the chapter 5.4 (Generate particles tracks) of getting-started.pdf , add the single geometry to the compound geometry one by one. But the EGS_VIEW faild, it was loading the .egsinp file a second and went to crash!
Here is my program:
I think my geometry is right, but what is the mistake? And why the egs_view is crash either?
Is the library and type is the fixed format? For example, in EGS_ConeStack Class Reference, “library = egs_cones & type = EGS_ConeStack” ,it mustn’t be “library = egs_cones & type = EGS_Cones”?
Why the “axis” have six numbers, I mean axis = Ox, Oy, Oz, ax, ay, az, I know the axis key defines the axis of all cones as a position (Ox,Oy,Oz) and direction (ax,ay,az), O stands for position, such as -1,2,0 in three-dimensional, but direction (ax,ay,az) stand for what? Such as “axis = 1.2417 0 0 -1 0 0”, what about “-1” means? Negative half shaft of X?
In EGS_PlanesT< T > Class Template Reference, the key value pairs is:
library = egs_planes
type = EGS_Xplanes or EGS_Yplanes or EGS_Zplanes or EGS_Planes
positions = list of plane co-ordinates
normal = ax, ay, az (only needed for type = EGS_Planes)
It seems there the plane’s position contains three site: ax, ay, az. But in some examples of Report PIRS-898 (2019) there is two positions as the follows:
Thanks for your answer!
Beta Was this translation helpful? Give feedback.
All reactions