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 | h0 : ambient pressure |
|||
real(kind=R8), | public | :: | h_g | hg : cavitation pressure |
|||
real(kind=R8), | public | :: | V_x | Vx : surface velocity along x |
|||
real(kind=R8), | public | :: | V_y | Vy : surface velocity along y |
|||
type(FLUID), | public | :: | fl | fluid rheological properties |
|||
integer(kind=I4), | public | :: | pb_type | problem type, e.g. HD (hydrodynamic) |