getVariable_FromTable Function

public function getVariable_FromTable(conf, varLabel, table) result(val)

Get the value of variable inside the table name 'key' in scheme KM:

Arguments

TypeIntentOptionalAttributesName
type(flu_state), intent(in) :: conf

handle of the solver specific character

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

complete variable label

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

table name

Return Value real(kind=rk)

val to be returned


Calls

proc~~getvariable_fromtable~~CallsGraph proc~getvariable_fromtable getVariable_FromTable proc~aot_table_open aot_table_open proc~getvariable_fromtable->proc~aot_table_open proc~aot_table_close aot_table_close proc~getvariable_fromtable->proc~aot_table_close interface~aot_get_val~3 aot_get_val proc~getvariable_fromtable->interface~aot_get_val~3

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iError
integer, private :: varHandle