getVariable_FromTable Function

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

Get the value of variable inside the table name 'key' in scheme @note Todo extent it for vectors

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

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

table name

Return Value real(kind=rk)

val to be returned