Neko  0.8.99
A portable framework for high-order spectral element flow simulations
material_properties Module Reference

Implements material_properties_t type.

Data Types

type  material_properties_t
 Contains all the material properties necessary in the simulation. More...
 

Functions/Subroutines

subroutine material_properties_init (this, params, user)
 Constructor. More...
 
subroutine write_to_log (this, scalar)
 Write final dimensional values to the log. More...
 

Function/Subroutine Documentation

◆ material_properties_init()

subroutine material_properties::material_properties_init ( class(material_properties_t), intent(inout)  this,
type(json_file), intent(inout)  params,
type(user_t), intent(in), target  user 
)
Parameters
paramsCase file.

Definition at line 67 of file material_properties.f90.

Here is the call graph for this function:

◆ write_to_log()

subroutine material_properties::write_to_log ( class(material_properties_t), intent(inout)  this,
logical, intent(in)  scalar 
)
private

Definition at line 186 of file material_properties.f90.