Neko  0.8.99
A portable framework for high-order spectral element flow simulations
user_intf::user_material_properties Interface Reference

Abstract interface for setting material properties. More...

Private Member Functions

subroutine user_material_properties (t, tstep, rho, mu, cp, lambda, params)
 

Detailed Description

Parameters
tTime value.
tstepCurrent time step.
rhoFluid density.
muFluid dynamic viscosity.
cpScalar specific heat capacity.
lambdaScalar thermal conductivity.

Definition at line 147 of file user_intf.f90.

Constructor & Destructor Documentation

◆ user_material_properties()

subroutine user_intf::user_material_properties::user_material_properties ( real(kind=rp), intent(in)  t,
integer, intent(in)  tstep,
real(kind=rp), intent(inout)  rho,
real(kind=rp), intent(inout)  mu,
real(kind=rp), intent(inout)  cp,
real(kind=rp), intent(inout)  lambda,
type(json_file), intent(inout)  params 
)
private

Definition at line 147 of file user_intf.f90.


The documentation for this interface was generated from the following file: