Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
user_module.f90
1
16
module
topology_optimization_user_module
17
use
case,
only
: case_t
18
use
json_file_module,
only
: json_file
19
use
json_utils,
only
: json_get
20
use
num_types,
only
: rp
21
use
initial_conditions,
only
: scalar_z_split_ic
22
23
implicit none
24
25
private
26
public
:: neko_user_init
27
28
contains
29
39
subroutine
neko_user_init(neko_case)
40
type
(case_t),
intent(inout)
:: neko_case
41
42
! Set the properties for the fluid
43
neko_case%usr%scalar_user_ic => scalar_z_split_ic
44
45
end subroutine
neko_user_init
46
47
48
49
end module
topology_optimization_user_module
topology_optimization_user_module
Module designed to setup the topology optimization user interface for Neko. This module should initia...
Definition
user_module.f90:16
sources
topology_optimization
user_module.f90
Generated by
1.9.8