solve Abstract Interface

abstract interface
private subroutine solve(this, velocity, pressure, temperature, salinity, plume_thickness, time)

Arguments

Type IntentOptional AttributesName
class(abstract_melt_relationship), intent(inout) :: this
class(vector_field), intent(in) :: velocity

The velocity field of the plume into which fluid is melting.

class(scalar_field), intent(in) :: pressure

The water pressure at the interface where the melting occurs.

class(scalar_field), intent(in) :: temperature

The temperature of the plume into which fluid is melting.

class(scalar_field), intent(in) :: salinity

The salinity of the plume into which fluid is melting.

class(scalar_field), intent(in) :: plume_thickness

The thickness of the plume into which fluid is melting.

real(kind=r8), intent(in), optional :: time

The time at which the melting is being solved for. If not present then assumed to be same as previous value passed.