getFieldVariable_array Function

private function getFieldVariable_array(conf, varLabel, varName, fieldVar, fieldProp, nVals) result(val)

Get the field variable name for given field type from a given solver specific character handle.

Arguments

Type IntentOptional Attributes Name
type(flu_State), intent(in) :: conf

handle of the solver specific character

character(len=*), intent(in) :: varLabel

complete variable label (prefix + pure variable name)

character(len=*), intent(in) :: varName

pure variable name (e.g. density)

character(len=*), intent(in) :: fieldVar

required name of the field variable

character(len=*), intent(in) :: fieldProp

Which field type does the field variable belong to. Example: 'fluid'/'species'

integer, intent(in) :: nVals

number of entries in the array to read out

Return Value real(kind=rk), (nVals)

val to be returned


Calls

proc~~getfieldvariable_array~~CallsGraph proc~getfieldvariable_array getFieldVariable_array proc~aot_table_open aot_table_open proc~getfieldvariable_array->proc~aot_table_open proc~aot_get_val~2 aot_get_val proc~getfieldvariable_array->proc~aot_get_val~2 proc~aot_table_close aot_table_close proc~getfieldvariable_array->proc~aot_table_close

Called by

proc~~getfieldvariable_array~~CalledByGraph proc~getfieldvariable_array getFieldVariable_array interface~getfieldvariable getFieldVariable interface~getfieldvariable->proc~getfieldvariable_array

Contents