Get the field variable name for given field type from a given solver specific character handle.
Type | Intent | Optional | 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' |
val to be returned