Interface to egg SDF initialising function
Initalising function for egg SDF. makes a Moss egg. ref.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | r1 |
R1 controls "fatness" of the egg. Actually controls the base circle radius. |
||
real(kind=wp), | intent(in) | :: | r2 |
R2 contorls the pointiness of the egg. Actually controls radius of top circle. |
||
real(kind=wp), | intent(in) | :: | h |
h controls the height of the egg. Actually controls y position of top circle. |
||
type(opticalProp_t), | intent(in) | :: | optProp |
Optical properties of the SDF |
||
integer, | intent(in) | :: | layer |
ID number of sdf |
||
real(kind=wp), | intent(in), | optional | :: | transform(4,4) |
Optional transform to apply to SDF |