Neko 1.99.5
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
cylinder Namespace Reference

Functions

 initial (name, len)
 
 inflow (msk, msk_size, t, tstep)
 

Variables

 cylinder_json = json.load(open('cylinder.case'))
 
 cb_cylinder_ic = pyneko.initial_condition(initial)
 
 cb_cylinder_if = pyneko.dirichlet_condition(inflow)
 
 cylinder_case
 

Function Documentation

◆ inflow()

cylinder.inflow (   msk,
  msk_size,
  t,
  tstep 
)

Definition at line 27 of file cylinder.py.

◆ initial()

cylinder.initial (   name,
  len 
)

Definition at line 13 of file cylinder.py.

Variable Documentation

◆ cb_cylinder_ic

cylinder.cb_cylinder_ic = pyneko.initial_condition(initial)

Definition at line 45 of file cylinder.py.

◆ cb_cylinder_if

cylinder.cb_cylinder_if = pyneko.dirichlet_condition(inflow)

Definition at line 46 of file cylinder.py.

◆ cylinder_case

cylinder.cylinder_case
Initial value:
1= pyneko.case_init(cylinder_json,
2 cb_initial_condition = cb_cylinder_ic,
3 cb_dirichlet_condition = cb_cylinder_if)
__global__ void ale_add_kinematics_kernel(const int n, T *__restrict__ wx, T *__restrict__ wy, T *__restrict__ wz, const T *__restrict__ x_ref, const T *__restrict__ y_ref, const T *__restrict__ z_ref, const T *__restrict__ phi, const T *__restrict__ x, const T *__restrict__ y, const T *__restrict__ z, const kinematics_params_t kin_params)

Definition at line 49 of file cylinder.py.

◆ cylinder_json

cylinder.cylinder_json = json.load(open('cylinder.case'))

Definition at line 10 of file cylinder.py.