Neko  0.8.99
A portable framework for high-order spectral element flow simulations
material_properties::material_properties_t Type Reference

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

Public Member Functions

procedure, pass(this) init => material_properties_init
 Constructor. More...
 

Public Attributes

real(kind=rp) rho
 Density, f$\rho. More...
 
real(kind=rp) mu
 Dynamic viscosity, f$\mu. More...
 
real(kind=rp) lambda
 Scalar conductivity, f$\lambda. More...
 
real(kind=rp) cp
 Scalar specific heat capacity, f$c_p. More...
 

Private Member Functions

procedure, pass(this), private write_to_log
 Write final dimensional values to the log. More...
 

Detailed Description

Definition at line 47 of file material_properties.f90.

Member Function/Subroutine Documentation

◆ init()

procedure, pass(this) material_properties::material_properties_t::init

Definition at line 58 of file material_properties.f90.

◆ write_to_log()

procedure, pass(this), private material_properties::material_properties_t::write_to_log
private

Definition at line 60 of file material_properties.f90.

Member Data Documentation

◆ cp

real(kind=rp) material_properties::material_properties_t::cp

Definition at line 55 of file material_properties.f90.

◆ lambda

real(kind=rp) material_properties::material_properties_t::lambda

Definition at line 53 of file material_properties.f90.

◆ mu

real(kind=rp) material_properties::material_properties_t::mu

Definition at line 51 of file material_properties.f90.

◆ rho

real(kind=rp) material_properties::material_properties_t::rho

Definition at line 49 of file material_properties.f90.


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