getFieldVariable_scalar Function

private function getFieldVariable_scalar(conf, varLabel, varName, fieldVar, fieldProp) 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'

Return Value real(kind=rk)

val to be returned