GapConvection object

The GapConvection object specifies the Nusselt number ( N u ) to calculate the convective coefficient for heat transfer between the gap flow and both the top and bottom surfaces of a coupled temperature-pore pressure cohesive element.

This page discusses:

Access

materialApi.materials()[name].gapConvection()

GapConvection(...)

This method creates a GapConvection object.

Path

materialApi.materials()[name].Gapconvection

Prototype

odb_GapConvection&
GapConvection(const odb_SequenceSequenceDouble& table,
        bool temperatureDependency,
        int dependencies,
        const odb_String& type);

Required arguments

type

An odb_String specifying the type of gap convection. Possible values are FLUX, TEMPERATURE, and TABULAR. The default value is FLUX.

Optional arguments

If type=TABULAR the following optional arguments can be used:

table

An odb_SequenceSequenceDouble specifying the items described below.

temperatureDependency

A Boolean specifying whether the data depend on temperature. The default value is false.

dependencies

An Int specifying the number of field variable dependencies. The default value is 0.

Table data

If type=TABULAR the table data specify the following:

  • Nusselt number ( N u )

  • Temperature, if the data depend on temperature.

  • Value of the first field variable, if the data depend on field variables.

  • Value of the second field variable.

  • Etc.

Return value

A GapConvection object.

Exceptions

None.

Members

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