complexType · extension complexBaseType · all
Torispherical dome
The meridian of the dome is a spherical dish of radius R1 at the apex, joined tangentially to a knuckle of radius R2 at the cylinder. Because the two arcs are tangent, their centres and the point at which they meet lie on one line, and the dome height h and the polar angle of that point follow from the two radii and the cylinder radius R alone.
R1 is larger than the cylinder radius, and R2 lies between zero and the cylinder radius. The flatter the dish, the larger R1 and the smaller the dome height.
The excerpt is the pressure vessel of the example tank: a dish radius of 2.4 m and a knuckle radius of 0.4 m give a dome 0.61 m high at a cylinder radius of 1.3 m.
<vessel uID="rearTank_innerVessel">
...
<domeType>
<torispherical>
<dishRadius>2.4</dishRadius>
<knuckleRadius>0.4</knuckleRadius>
</torispherical>
</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. | |||||
dishRadius | doubleBaseType | [1..1] required | Radius of the spherical dish at the apex [m] | ||
knuckleRadius | doubleBaseType | [1..1] required | Radius of the knuckle between dish and cylinder [m] | ||
| Type | Name |
|---|---|
domeTypeType | torispherical |