56.9 PipeProfile object

The PipeProfile object defines the properties of a circular pipe profile.

The PipeProfile object is derived from the Profile object.

Access
sectionApi.profiles()[name]


56.9.1 PipeProfile(...)

This method creates a PipeProfile object.

Path
sectionApi.PipeProfile
Prototype
odb_PipeProfile&
PipeProfile(const odb_String& name,
            double r,
            double t);

Required arguments

name

An odb_String specifying the repository key.

r

A Double specifying the outer radius of the pipe. For more information, see Beam cross-section library, Section 28.3.9 of the Abaqus Analysis User's Manual.

t

A Double specifying the wall thickness of the pipe.

Optional arguments

None.

Return value

A PipeProfile object.

Exceptions

RangeError.


56.9.2  Members

The PipeProfile object has members with the same names and descriptions as the arguments to the PipeProfile method.


56.9.3  Corresponding analysis keywords

*BEAM SECTION, SECTION=PIPE