abst_compute Interface

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

Arguments

Type IntentOptional Attributes Name
class(abst_thermal), intent(inout) :: self
type(type_domain), intent(inout) :: domain
type(type_properties_manager), intent(in) :: property
type(type_variable), intent(inout) :: temperature
type(type_variable), intent(inout) :: porosity
type(type_controls), intent(inout) :: controls
type(type_bc), intent(inout) :: bc