Definition of the data for a film solution problem
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=I4), | public, | parameter | :: | HD | = | 0 | code for problem type, 0 : hydrodynamic problem |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=R8), | public | :: | h_0 | : ambient pressure |
|||
real(kind=R8), | public | :: | h_g | : cavitation pressure |
|||
real(kind=R8), | public | :: | V_x | : surface velocity along |
|||
real(kind=R8), | public | :: | V_y | : surface velocity along |
|||
type(FLUID), | public | :: | fl | fluid rheological properties |
|||
integer(kind=I4), | public | :: | pb_type | problem type, e.g. HD (hydrodynamic) |