Boundary conditions¶
- class freshkiss3d.FluvialFlowRate¶
- Parameters
time_dependent_flowrate (freshkiss3d.TimeDependentFlowrate) – time dependent flowrate to apply on boundary region
flowrate (float) – flowrate to apply on boundary region
ref (int) – Indice of boundary on which to apply FluvialFlowRate
tracers_inlet (dict (str (tracer.label), float (tracer_value))) – tracers inlet values (default: {})
- compute_fluxes()¶
Computes the fluxes at the boundaries type fluvial flow, fixed flowrate.
Examples using freshkiss3d.FluvialFlowRate
¶
- class freshkiss3d.FluvialHeight¶
- Parameters
time_dependent_height (freshkiss3d.TimeDependentHeight) – time dependent height to apply on boundary region
height (float) – height to apply on boundary region
ref (int) – Indice of boundary on which to apply FluvialHeight
tracers_inlet (dict (str (tracer.label), float (tracer_value))) – tracers inlet values (default: {})
- compute_fictive_boundary_states()¶
Fluvial flow, water height imposed
- compute_fluxes()¶
Computes the fluxes at the boundaries type fluvial flow, fixed water height.