abst_update Interface

interface
private subroutine abst_update(self, domain, property, temperature, porosity, controls)

Arguments

Type IntentOptional Attributes Name
class(abst_thermal), intent(inout) :: self
type(type_domain), intent(inout), target :: domain
type(type_properties_manager), intent(inout) :: property
real(kind=real64), intent(in) :: temperature(:)
real(kind=real64), intent(in) :: porosity(:)
type(type_controls), intent(in) :: controls