-
Notifications
You must be signed in to change notification settings - Fork 7
Matter Element and MaterialP #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Update material.md Update material.md Update element-parameters.md Update element-kinds.md
Update aperture.md to use MaterialP Update element-parameters.md Update element-kinds.md
There are several issues that are raised here. For one there is the matter of units. Do we want to have a consistent set of units which would make densities kg/m^3? I know this looks kind of ugly but from a practical point of view it will lead to less errors. |
Another issue is material naming. For elements and compounds I would use the OpenPMD naming convention #33. And I would get away from the |
Another issue is that having a single |
Yes. density in kg/m^3 is ugly but reasonable. Do you have a suggestion for the atomic mass? Is there a list of OpenPMD materials? I could not find any reference on that. As someone working on fragment separators, to me everything is just matter with composition and shape. |
Also: Vacuum windows was mentioned. This should definitely be in a category by itself. |
There are a few conflicts to be resolved after the latest merge in |
and compunds by | ||
|
||
```{code} yaml | ||
CompundP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo:
and compunds by | |
```{code} yaml | |
CompundP: | |
and compounds by | |
```{code} yaml | |
CompoundP: | |
Comments from today: define ratios more precise (mass/number of atoms/...) |
Matter
Provide a proposed name for the lattice element. This can be an abbreviation, and should be at most 1-2 words (e.g., Quadrupole).
Matter Element (replaces foil)
Materials which fully occupy the beamline, like targets, (stripper-)foils, vacuum windows, gas cells or degraders.
This element can cause energy-loss, angualar and energy straggling, as well as change of charge state or particle type.
MaterialP: Definition of materials
The definition of materials is inspired by Geant4's material handling. One can either use the name, which is the symbol of an element (
"G4_Cu"
,"G4_H"
, ...) or compound ("G4_STAINLESS-STEEL"
).In the future all elements and materials in the G4 Manual will be supported.
Alternatively custom elements can be defined by
and compound by
Physical model
I assume a material should be described precise enough by state, density, thickness and composition.
Note: Due to the stochastic nature of beam-matter interaction, the Taylor-/transfer-map-formalism can only account for the mean average effect.