Skip to content
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

SERPENT surface "cylz" should be replaced with "cyl" #53

Open
gvozdila opened this issue May 18, 2020 · 1 comment
Open

SERPENT surface "cylz" should be replaced with "cyl" #53

gvozdila opened this issue May 18, 2020 · 1 comment

Comments

@gvozdila
Copy link

Serpent-1.1.7 user manual only allow cyl surface, p.22:
cyl circular cylinder parallel to z-axis x0, y0, r

I can not check if SERPENT-2 have another surfaces types. Though SERPENT-2 going to have full support of second order surfaces, it seems like names could change a little.

@gvozdila gvozdila changed the title SERPENT surface "cylz" sould be replaced with "cyl" SERPENT surface "cylz" should be replaced with "cyl" May 18, 2020
@gvozdila
Copy link
Author

gvozdila commented Jun 26, 2020

Ok. I got it. There is no cylz in Serpent ( distributed be NEA), but there are cylz cylx cyly in Serpent2 developing version.

http://serpent.vtt.fi/mediawiki/index.php/Surface_types
cylx y0, z0, r S(y,z) = (y - y_0)^2 + (z - z_0)^2 - r^2 Infinite cylinder parallel to x-axis, centred at (y0,z0), radius r
cyly x0, z0, r S(x,z) = (x - x_0)^2 + (z - z_0)^2 - r^2 Infinite cylinder parallel to y-axis, centred at (x0,z0), radius r
cylz, cyl x0, y0, r S(x,y) = (x - x_0)^2 + (y - y_0)^2 - r^2 Infinite cylinder parallel to z-axis, centred at (x0,y0), radius r
cylv x0, y0, z0, u0, v0, w0, r S(x,y,z) = (1-u_0^2)(x - x_0)^2 + (1-v_0^2)(y - y_0)^2 + (1-w_0^2)(z - z_0)-r^2 Infinite cylinder, parallel to (u0,v0,w0), centred at (x0,y0,z0), radius r

Seems like we need two different options for output. Serpent and Serpent2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant