Water
Water material -- assigned to fluid regions to represent free water (e.g. lakes, reservoirs, fluid-filled cavities).
Examples
material = project.Water(name='Water', gamma=9.81)
material.gamma
Properties
- name : str
- Material name.
- color : Color
- Material color.
- K : float | ParameterMap | Profile | Gradient
- Bulk modulus of water.
- gamma : float | ParameterMap | Profile | Gradient
- Unit weight of water.