Commit Graph

665 Commits

Author SHA1 Message Date
24d05d696c Fix comments 2018-06-29 13:06:35 +02:00
d8a343181c check addition of molar fractions 2018-04-11 15:37:48 +02:00
a2e3ad76ab cleanup comments 2018-03-29 14:10:59 +02:00
7ee394fb4c Fix memory leak_continuation
- didnt stage
2018-03-29 13:42:05 +02:00
c5622f9090 Fix memory leak
- remove double pointer pointer formatting
2018-03-29 13:40:33 +02:00
7161b23c7f Free memory correctly 2018-03-28 14:30:58 +02:00
5ac5c3275c Give info only if verbose active 2018-03-15 14:09:26 +01:00
674853d616 Print out info only if verbose active 2018-03-15 14:07:10 +01:00
47f38514a6 Changes in initialization of scalar list 2018-03-13 17:18:23 +01:00
e53753bfc8 Add coarse graining factor 2018-03-13 17:17:29 +01:00
a951310886 Print out information to log file only...
... if verbose is activated.
2018-02-26 14:01:20 +01:00
8bdb0cefe5 Required Pressure is in Pascal 2018-02-09 14:10:16 +01:00
34897bad97 communicate pressure with DEM 2018-02-08 17:42:37 +01:00
3b8db2aa53 Species order does not change mixture diffusion total
- Fixed initialization error
- Fixed species molar fractions for diffusant and diffuser gases
- Order of species does not have any effect anymore!
2018-01-29 15:34:01 +01:00
167ae77c3b Fix H2O molar weight 2018-01-29 09:51:05 +01:00
237df644d4 reduce use of sqrt 2017-12-05 12:21:08 +01:00
69e994a532 Delete allocated arrays 2017-11-20 17:09:15 +01:00
3918e451fc Change pressure units to bar
- Get rid of the pow function in equations.
2017-11-20 11:48:51 +01:00
8a4be85856 Merge remote-tracking branch 'refs/remotes/origin/feature/cfdemSolverRhoPimple' into feature/cfdemSolverRhoPimple 2017-11-08 16:28:34 +01:00
bb94f760c0 remove unnecessary firend deffinition 2017-11-08 16:24:54 +01:00
2cad403f20 Added setScalarSumCentre which always uses particle-center-based cells. 2017-10-31 13:33:43 +01:00
be5b056d70 Added functionality to communicate available gas volume per particle. 2017-10-31 13:32:42 +01:00
fac3825a28 no need to print out field in verbose 2017-09-21 13:56:25 +02:00
2079017fc6 fix diffusion calculation error 2017-09-21 13:56:06 +02:00
9814464fcf Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple 2017-09-04 15:11:51 +02:00
2adc864f0a use pre-increment 2017-09-04 14:59:24 +02:00
ace0e60c8c Merge branch 'feature/cfdemSolverRhoPimple' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/cfdemSolverRhoPimple 2017-09-04 13:43:28 +02:00
f14ce1b7d2 Output mass source in separate line. 2017-09-04 13:40:55 +02:00
03ac321754 Merge with dev and corresponding changes. 2017-08-28 10:44:08 +02:00
5b8072b11a Merge pull request #27 from ParticulateFlow/feature/cherry_pick_PUBLIC
Feature/cherry pick public
2017-08-24 16:17:53 +02:00
2e2701ccf7 remove unneeded parameter finaliser from IOModel::streamDataToPath 2017-08-24 09:58:01 +02:00
5e7b332dd9 clean up whitespaces 2017-08-23 18:02:29 +02:00
adc79029a1 use actual cell id of particles instead of dummy finaliser string 2017-08-23 18:01:22 +02:00
ad6a169ffd output position as position type instead of vector type 2017-08-23 18:00:00 +02:00
53d0988a4e IOModel::streamDataToPath - separate handling of position and vector
vector needs no finaliser
2017-08-23 17:58:41 +02:00
165a2b9611 no need for finalizer in case of 'label' 2017-08-23 17:55:57 +02:00
2e4c93f8ee use info from OFstream to create output file header 2017-08-23 17:52:51 +02:00
668b85582b simplify logic
don't waste any time if type == "origProcId"
2017-08-23 17:50:22 +02:00
6343a6a09c create OFstream on stack instead of heap 2017-08-23 17:45:58 +02:00
76b90cc3cc remove unnecessary copy to temp vector 2017-08-23 17:40:17 +02:00
bce10d17c1 clean up whitespaces 2017-08-23 17:36:22 +02:00
dd2e21be64 create OFstream on stack instead of heap 2017-08-23 17:35:08 +02:00
0aa8672ab1 Renaming diffusion coefficient values 2017-08-23 17:15:06 +02:00
67a5e7cc02 Carry T_exp outside of loop
- Depending on conditions it might be used for either loop
- Added extra comments for info
2017-08-23 17:12:35 +02:00
8f11235d08 update make options for compressible library
use same flags as for incompressible library
2017-08-22 13:15:13 +02:00
579264952f remove unneeded includes 2017-08-21 13:17:52 +02:00
116bf952ab remove commented out code 2017-08-21 13:17:26 +02:00
1213c90a50 clean up whitespaces and formatting 2017-08-21 13:09:33 +02:00
b2b3363104 add procBoundaryCorrection for dividedVoidfraction in case of engineIB 2017-08-21 12:40:10 +02:00
8b6222ba79 remove method no longer needed
using base class method
2017-08-21 12:34:45 +02:00