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
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' |
||
integer, | intent(in) | :: | nVals | number of entries in the array to read out |
val to be returned