This initialize turbulence data type which includes velocity array and communication buffer
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_turbulence_data_type), | intent(out) | :: | me | turbulence data
|
||
type(tem_levelDesc_type), | intent(in) | :: | levelDesc | levelDesc to access communication buffers of state array |
||
type(tem_commPattern_type), | intent(in) | :: | pattern | communication pattern |
||
integer, | intent(in) | :: | nSize | Number of elements in state array |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_communication_type), | intent(out) | :: | buffer_visc | communication buffer for velocity field |
||
type(tem_communication_type), | intent(in) | :: | buffer_state | communication buffer of state array which is already initialized in tem_construction_module |