Skip to content

Commit

Permalink
Merge CPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Feb 18, 2014
2 parents 8324334 + 1ac1f6c commit 3be4705
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 614 deletions.
2 changes: 0 additions & 2 deletions NSfracStep.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@
for ci in scalar_components:
x_1[ci].zero(); x_1[ci].axpy(1., x_[ci])

x_1['p'].zero(); x_1['p'].axpy(1.0, x_ ['p'])

# Print some information
if tstep % print_intermediate_info == 0:
info_green('Time = {0:2.4e}, timestep = {1:6d}, End time = {2:2.4e}'.format(t, tstep, T))
Expand Down
111 changes: 0 additions & 111 deletions problems/Aneurysm.py

This file was deleted.

4 changes: 2 additions & 2 deletions problems/Channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def mesh(Nx, Ny, Nz, Lx, Ly, Lz, **params):
NS_parameters.update(
update_statistics = 10,
save_statistics = 100,
check_flux = 100,
check_flux = 10,
checkpoint = 100,
save_step = 10,
save_step = 100,
nu = nu,
Re_tau = Re_tau,
T = T,
Expand Down
43 changes: 0 additions & 43 deletions problems/ChannelScalar.py

This file was deleted.

Loading

0 comments on commit 3be4705

Please sign in to comment.