Get all the fixed values from the bc_**.md file
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=STRING_BUFFER_LENGTH), | private | :: | buf | String to extract single line from the file |
Read fixed values for each block face
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(filetype), | intent(in) | :: | files | |||
type(schemetype), | intent(in) | :: | scheme | |||
type(flowtype), | intent(in) | :: | flow | |||
type(boundarytype), | intent(inout) | :: | bc |
Extract fixed value from the bc_**.md file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(filetype), | intent(in) | :: | files | |||
type(schemetype), | intent(in) | :: | scheme | |||
type(flowtype), | intent(in) | :: | flow | |||
type(boundarytype), | intent(inout) | :: | bc | |||
integer, | intent(in) | :: | count |
Fill the Fixed_var array with with free-stream value or default values.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(schemetype), | intent(in) | :: | scheme | |||
type(flowtype), | intent(in) | :: | flow | |||
type(boundarytype), | intent(inout) | :: | bc |
Set particular value to the Fixed_var variable
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(out), | dimension(:) | :: | fixed_var | ||
real(kind=wp), | intent(in) | :: | fix_val | |||
real(kind=wp), | intent(in) | :: | inf_val | |||
integer, | intent(in) | :: | count | |||
integer, | intent(in) | :: | ios |