This example demonstrates the use of the 3D analysis VOLREV statement by specifying a previously defined boundary and rotation about the YC axis.
$$
$$ Declarations
$$
ENTITY/LN(4),CR1,OBNDRY,IBNDRY
NUMBER/RETRN(42)
$$
$$ Geometry Definition
$$
LN(1) =LINE/.25,.25,.25,2.25
LN(2) =LINE/.25,2.25,2.25,2.25
LN(3) =LINE/2.25,2.25,2.25,.25
LN(4) =LINE/2.25,.25,.25,.25
CR1 =CIRCLE/1.25,1.25,.5
OBNDRY=BOUND/LN(1..4)
IBNDRY=BOUND/CR1
$$
$$ 3D Analysis
$$
ANLSIS/VOLREV,YAXIS,.29,OBNDRY,IBNDRY,INCHES,
RETRN(1..42)
A Three Dimensional Analysis on a Volume of Revolution