57.13 DerivedComponent object

A DerivedComponent object describes user-customized components for use in defining ConnectorFriction and Potential objects.

Access
sectionApi.sections()[name].behaviorOptions(i).connectorPotentials(i)\
.derivedComponent()
sectionApi.sections()[name].behaviorOptions(i).derivedComponent()
sectionApi.sections()[name].behaviorOptions(i).evolutionPotentials(i)\
.derivedComponent()
sectionApi.sections()[name].behaviorOptions(i).initiationPotentials(i)\
.derivedComponent()


57.13.1 DerivedComponent()

This method creates a DerivedComponent object.

Path
sectionApi.sections()[name].behaviorOptions(i).connectorPotentials(i)\
.DerivedComponent
sectionApi.sections()[name].behaviorOptions(i).DerivedComponent
sectionApi.sections()[name].behaviorOptions(i).evolutionPotentials(i)\
.DerivedComponent
sectionApi.sections()[name].behaviorOptions(i).initiationPotentials(i)\
.DerivedComponent
Prototype
odb_DerivedComponent&
DerivedComponent();

Return value

A DerivedComponent object.

Exceptions

ValueError and TextError.


57.13.2 setValues(...)

This method modifies the DerivedComponent object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the DerivedComponent method.

Return value

None

Exceptions

ValueError.


57.13.3  Members

The DerivedComponent object can have the following member:

Prototype
odb_SequenceCDCTerm cdcTerms() const;
odb_CDCTerm cdcTerms(int index) const;
cdcTerms

A sequence of CDCTerm objects.


57.13.4  Corresponding analysis keywords

*CONNECTOR DERIVED COMPONENT