stable repository for ParisSimulator (http://parissimulator.sf.net)

On more dependency in the Makefile added.

zaleskiWed May 8 07:04:09 UTC 2019

Fix to previous record about make -j

zaleskiThu May 2 20:56:25 UTC 2019

Makefile now works with make -j

pedroscThu May 2 20:37:15 UTC 2019

Corrects a serious bug in the way EPSC is set.

EPSC is a "clipping parameter" that allows to discard all cells with C_ijk < EPSC It has a default value and a value accessible by the NAMELIST inputvof. The default value was specified in two different places, making confusions highly likely.

zaleskiFri Feb 8 13:29:23 UTC 2019

Updates the Notes and the Droplet test cases

zaleskiFri Jan 25 23:30:18 UTC 2019

Fixing a bug in the parallelisation - ghost layer of the color function for the Front.

zaleskiFri Jan 25 21:27:18 UTC 2019

Improved the profiling (my_timer calls)

zaleskiWed Jan 16 02:30:15 UTC 2019

Made the code work with openmpi v3.0.0 and gfortran-mp-8

This requires using the --oversubscribe option when having more processes than processors.

zaleskiMon Jan 14 20:57:57 UTC 2019

Changes to the list of authors and duration of long test.

Added Marco and Sagar. Longtest is now ... longer.

zaleskiSat Jan 12 21:04:54 UTC 2019

Gas_inlet_turbulence.txt

This is for Gas inlet turbulence

dale_jiangWed Nov 14 02:28:20 UTC 2018

Subgrid MOMCONS 1.0.1 : Makefile updated to compile rudman (subgrid) files

sagarpalThu Oct 18 18:10:43 UTC 2018

Corrected the Makefile.

zaleskiMon Jul 9 09:27:14 UTC 2018

Makefile corrections

marcresWed Jul 4 12:36:26 UTC 2018

poisson_cuda-v0.1

marcresWed Jul 4 11:57:12 UTC 2018

Minor: removed declarations of unused variables in surface_tension.f90 to have a clean output of -Wall.

zaleskiTue Feb 27 17:09:32 UTC 2018

Minor changes to longtest : test gnuplot version.

zaleskiTue Jun 21 10:32:08 UTC 2016

C compilation is now more visible and has warnings.

zaleskiFri May 20 09:31:37 UTC 2016

minor changes to adjust to gcc version 5

gcc5 now by default prints a summary of the IEEE exceptions. This behavior has a drawback: it prints one summary for each mpi process. Moreover it messes up some scripts that look for the last line of output. I have fixed these issues.

zaleskiMon May 16 15:50:03 UTC 2016

New MultiGrid solver

fusterSat Mar 5 23:24:07 UTC 2016

Makefile to include boiling.f90

To add the energy equation, the 'PHASE_CHANGE' flag must be set to 'true' before compiling.

leon.malanMon Feb 8 07:19:53 UTC 2016

minor changes to clean up some compilation warnings

zaleskiThu Dec 24 01:36:06 UTC 2015

Added MPI I/O output

tomasarrufatTue Apr 7 09:11:48 UTC 2015

The pressure BC is improved, the old one is 5, and the new one is 6.

With Staggered grid, the pressure BC needs to be handled very carefully. It is challenging to statisfy both divergence free and the du/dn=0, when the flow direction near the boundary is far from perpendicular. Therefore, it is difficult for a vortex to leave the boundary, extra attension is required when pressure BC is used.

improve-pressure-BC.txt

ling.stanleyFri Mar 27 13:25:04 UTC 2015

implicit none issues.

zaleskiThu Mar 19 14:42:40 UTC 2015

Adds a FrontDroplet test case. Corrects some issues with Droplet test cases output. Adds a "hardtest" target to the Makefile to catch bad FPEs.

zaleskiThu Mar 19 13:35:42 UTC 2015

When dt varies (dtFlag=2), dt decreases when max velocity in the flow field increases.

If maxError/dt with fixed maxError is used as the tolerence of pressure solver, the tolerance maybe too large and the pressure solver seem to converge but actually not. Now the tolerance is changed to maxError/MaxDt, where MaxDt is the maximum time step.

more_improvement_posisson_solver.txt

ling.stanleyMon Mar 2 17:10:45 UTC 2015

Added norms to pariscompare3D

leon.malanFri Feb 20 00:22:23 UTC 2015

Softer time slope for inject_type 3 and 4

tomasarrufatThu Jan 22 10:08:29 UTC 2015

Moved compare_4cols to main directory for consistency with pariscompare

zaleskiTue Jan 20 22:23:55 UTC 2015

Minor changes to curvature tests.

zaleskiFri Jan 2 10:33:25 UTC 2015