Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Jun 26, 2024
1 parent 26d9d0e commit 616486c
Show file tree
Hide file tree
Showing 12 changed files with 761 additions and 477 deletions.
9 changes: 9 additions & 0 deletions include/mm_fill_turbulent.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ EXTERN int assemble_spalart_allmaras(dbl time_value, /* current time */
dbl dt, /* current time step size */
const PG_DATA *pg_data);

EXTERN int assemble_k_omega_sst_modified(dbl time_value, /* current time */
dbl tt, /* parameter to vary time integration from
explicit (tt = 1) to implicit (tt = 0) */
dbl dt, /* current time step size */
const PG_DATA *pg_data);

void compute_sst_blending(dbl *F1, dbl *F2) ;
dbl sst_viscosity(const dbl Omega_old, const dbl F2);

#endif
Loading

0 comments on commit 616486c

Please sign in to comment.