Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Go to the source code of this file.
Modules | |
module | user |
User defined user region. | |
Functions/Subroutines | |
subroutine | user::user_setup (usr) |
Register user defined functions (see nekos user_intf.f90) | |
subroutine | user::set_material_properties (t, tstep, rho, mu, cp, lambda, params) |
Read the material properties from the JSON file. | |
subroutine | user::heat_source (rhs, t) |
Heat source. | |
Variables | |
real(kind=rp), dimension(:), allocatable | user::resistance |
type(c_ptr) | user::resistance_d = c_null_ptr |
logical | user::is_initialized = .false. |
real(kind=rp) | user::pe |
real(kind=rp) | user::target_temperature |
real(kind=rp) | user::ramp_time_end = 0.0_rp |