complexType · extension complexBaseType · all
Ellipsoidal dome
The meridian of the dome is a quarter of an ellipse whose radial semi-axis is the cylinder radius R and whose axial semi-axis is the dome height h. halfAxisFraction is the ratio of the two, so h = R times that fraction.
A fraction of 1 gives a hemisphere, a fraction of 0 a flat end face, and a fraction above 1 a dome taller than the cylinder radius. The fraction is zero or larger.
The excerpt is the vacuum jacket of the example tank, whose domes are 0.94 m high at a cylinder radius of 1.45 m.
<vessel uID="rearTank_outerVessel">
...
<domeType>
<ellipsoid>
<halfAxisFraction>0.65</halfAxisFraction>
</ellipsoid>
</domeType>
...
</vessel>| Name | Type | Constraints | Use | Default | Description |
|---|---|---|---|---|---|
@externalDataDirectory | xsd:string | optional | Directory of the external data file | ||
@externalDataNodePath | xsd:string | optional | Path of the node inside the external data file | ||
@externalFileName | xsd:string | optional | Name of the external data file |
| Name | Type | Constraints | OccurrenceHow often the element may appear at this place. The schema writes it as minOccurs and maxOccurs on the declaration. | Default | Description |
|---|---|---|---|---|---|
| allThe children below may appear in any order. Each may appear at most once. | |||||
halfAxisFraction | doubleBaseType | [1..1] required | Ratio of the dome height to the cylinder radius [-] | ||
| Type | Name |
|---|---|
domeTypeType | ellipsoid |