Skip to main content

Type fortran::syscvariablef undefined

Definition: syscVariableF.fi (line 23)

Provide a struct for a System Coupling variable.

To create and/or initialize the SyscVariableF struct, it is highly recommended to use one of the functions within the syscGetVariableF interface . These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscVariableF) :: var
var = syscGetVariableF("Temperature", SyscScalar, .FALSE., SyscNode)

Members

Public attributes

Variable variablename

Definition: syscVariableF.fi (line 25)

character(len=syscstrlen) variablename

Unique name for this variable.

Type: character(len=syscstrlen)

Variable quantitytype

Definition: syscVariableF.fi (line 27)

integer(kind=4) quantitytype

Quantity type (e.g. temperature).

Type: integer(kind=4)

Variable location

Definition: syscVariableF.fi (line 29)

integer(kind=4) location

Location (e.g element or node).

Type: integer(kind=4)

Variable displayname

Definition: syscVariableF.fi (line 31)

character(len=syscstrlen) displayname

User-friendly name.

Type: character(len=syscstrlen)

Variable tensortype

Definition: syscVariableF.fi (line 33)

integer(kind=4) tensortype

Tensor type (e.g. scalar, vector).

Type: integer(kind=4)

Variable isextensive

Definition: syscVariableF.fi (line 35)

logical isextensive

Flag indicating whether it's an extensive property.

Type: logical

Variable datatype

Definition: syscVariableF.fi (line 37)

integer(kind=4) datatype

Data type (e.g. real or complex)

Type: integer(kind=4)