Commit graph

54 commits

Author SHA1 Message Date
ignis
8431f9cac8 fix bug rho => rho*D 2019-03-25 04:41:23 +09:00
ignis
2934fb0e44 T^0.76 diffusivity 2019-03-24 13:59:40 +09:00
ignis
f38b995827 governing equation changed to consider variable diffusivity 2019-03-24 10:48:55 +09:00
Dohyun Kim
0776f3ef6e fdm_restart write/read update according to solution array layout change 2018-03-20 21:29:06 +09:00
ignis
e16ead959d Adams-Bashforth method for reacting scalar time advancement 2018-01-21 06:24:41 +09:00
ignis
f5b0550436 pipeline td solve, distinct tag for each rhs 2017-12-24 20:42:30 +09:00
ignis
4a8a67d241 fixed bug in ialias array construction 2017-12-24 20:19:22 +09:00
ignis
db7732025a remove unnecessary lines in gather_4 and added comments in main 2017-12-24 20:18:40 +09:00
ignis
a56c4d978c remove loops in parallel z-dir fns 2017-11-11 00:43:27 +09:00
ignis
e659052e26 z-dir rhs exchange mpi subroutine change, rk substep advance opt 2017-11-10 23:39:52 +09:00
ignis
b426be89ad transpose subroutine convention change and minor mods 2017-11-10 16:37:35 +09:00
ignis
749e77de32 corse grained and term-wise derivative computation 2017-11-09 03:42:30 +09:00
ignis
6933297130 remove unnecessary ifs and optimize parallel td solve 2017-11-09 03:11:09 +09:00
ignis
75f0feaa02 Makefile update for optimization flags 2017-11-09 03:05:23 +09:00
ignis
27bf7ab6dd Makefile added option for profiling and solution array axis roll 2017-11-07 03:52:47 +09:00
ignis
3ee83a9fff Temperton circulant tridiagonal algorithm 2017-11-04 01:36:43 +09:00
ignis
56fc50e9f0 par_ptdslv performance tune 2017-11-03 22:29:37 +09:00
ignis
b39e4cbef4 Makefile fftw cluster edition 2017-11-03 03:35:07 +09:00
ignis
dac299c060 Makefile update to use gfortran compiler 2017-08-02 19:39:19 +09:00
ignis
3225cd757b fully mpi working 2017-02-06 12:49:15 +09:00
ignis
6c75483f1e pipeline parallel compact scheme 2017-01-24 15:50:20 +09:00
ignis
383b2c5aa7 init_velocity seperate n_shell range test and e_spec value test 2017-01-24 15:50:20 +09:00
ignis
6f0c1f44fa fdm restart for mpi 2017-01-24 15:50:20 +09:00
ignis
4f60757a9a mpi communication established 2017-01-24 15:50:20 +09:00
ignis
016bd9fb80 gather4 only performs inverse transform 2017-01-24 15:50:20 +09:00
ignis
804698f717 every process call prepare_fdm and fdm_exe, do not work correctly 2017-01-24 15:50:20 +09:00
ignis
4f7bb89461 remove omp 2017-01-24 15:50:20 +09:00
ignis
50bc5073c1 remove old HIT3D save after writing fdm save 2017-01-24 15:50:20 +09:00
ignis
9c48452b0f disable io 2017-01-24 15:50:20 +09:00
ignis
6d7b31c555 write tp_field flush after each x loop 2017-01-24 15:03:34 +09:00
CombustionLab.POSTECH
cfe19ffb17 job_runlimit default to one month 2017-01-24 14:09:18 +09:00
ignis
9ca98f758c svf, tar_lo removed and introduce bgn_save 2014-07-15 21:44:15 +09:00
ignis
8c26213ef7 OpenMP directives updated 2014-07-15 21:40:14 +09:00
ignis
7d86a17130 Non-busy-waiting synchronization for fdm computation 2014-07-15 21:37:03 +09:00
ignis
f01789b518 write_tp_field is activated for both reacting and non-reacting 2014-07-15 21:34:17 +09:00
ignis
e2f1d52c4f write_vel_max now takes arguments instead of access to m_fdm_calc 2014-07-15 21:30:22 +09:00
ignis
949fbe102d sign change in mean flow control 2014-07-15 14:23:52 +09:00
ignis
fc92088b1a io_write4 period changed from iwrite4 to iprint2 2014-07-15 01:41:53 +09:00
ignis
c6c519555a write_tp_field modified 2014-07-14 18:19:14 +09:00
ignis
bb220284a4 io_write4 function modification 2014-07-14 18:09:38 +09:00
ignis
8716517350 save U + u' instead of u' 2014-07-14 17:59:53 +09:00
ignis
eee35f16e0 no call io_write4 after init_velocity 2014-07-14 17:52:37 +09:00
ignis
8fc5c79bf6 remove all hit3d restart file except for the latest one 2014-05-20 17:22:00 +09:00
ignis
c8d81aaf92 model spectrum written after generating velocity
tp_field
convdt is now based on absolute maximum
sumwrate calculation is moved
omp private += i,j,k
model_e_spec
mpi_init_thread
file_units and tar_lo
kolmogorov scales
2014-05-17 15:40:19 +09:00
ignis
855615c4f0 fdm call is prior to velocity time marching
fdm_restart and flame location calculation moved to prepare_fdm
prepare_fdm is called after begin_new|restart
fdm_restart_write called after restart_parallel_write
2014-05-04 21:01:40 +09:00
ignis
db40cf48b4 velocity field (u,v,w) is gathered and passed to fdm part 2014-04-30 11:51:16 +09:00
ignis
abdc5f5fdc FC-DFS: Fully Controlled Deterministic Forcing Scheme 2014-04-28 21:24:02 +09:00
ignis
0a380a543f new model spectrum for initial velocity field 2014-04-28 11:20:53 +09:00
ignis
89a77a9f32 domain size given as parameter is used 2014-04-28 05:56:51 +09:00
ignis
fd12a34f77 minor changes and add new source files 2014-04-26 20:16:36 +09:00