EarthBox.BoundaryConditions.Pressure.initialize! — Function
initialize!(model::ModelData; kwargs...)::NothingInitialize pressure boundary conditions. The pressure boundary condition is either applied in the upper left corner of the model or along the top or bottom boundaries depending on the boundary condition type selected by the user. See BoundaryConditions.initialize! for more information.
Arguments
model::ModelData: Model data object containing model parameters and arrays.
Optional Keyword Arguments
pressure_bc::Union{Float64, Nothing}=nothing:- Pressure boundary condition in Pa.
Returns
Nothing