newtonian_viscosity Interface

public interface newtonian_viscosity

Calls

interface~~newtonian_viscosity~~CallsGraph interface~newtonian_viscosity newtonian_viscosity proc~constructor~19 constructor interface~newtonian_viscosity->proc~constructor~19

Contents


Module Procedures

private pure function constructor(viscosity_value) result(this)

Arguments

Type IntentOptional AttributesName
real(kind=r8), intent(in) :: viscosity_value

The numerical value of the viscosity which this type is meant to return.

Return Value type(newtonian_viscosity)

The viscosity object being created.