Commit graph

  • 41accee91d energy diffusion using h gradient, Lorentz force to momentum, drift to Y equation master Yeongdo Park 2019-02-17 09:13:51 -05:00
  • ad9cb13d57 diffusivityModel mobility method Yeongdo Park 2019-02-16 10:05:10 -05:00
  • 96011184a3 use zero vector constructor for Vc initialization Yeongdo Park 2019-02-08 03:19:45 -05:00
  • 653863a19d pure condition test, now use Y Yeongdo Park 2019-01-11 08:47:02 -05:00
  • 93500dd389 added testing infinity for pure condition Yeongdo Park 2019-01-11 03:55:15 -05:00
  • 0da17683df relTol 5% => 6% Yeongdo Park 2019-01-02 13:10:05 -05:00
  • d3b2bee5a8 Revert "relTol 5% => 2%" Yeongdo Park 2019-01-02 12:56:54 -05:00
  • 4354360884 fix mixture density to pure composition density Yeongdo Park 2019-01-02 12:37:43 -05:00
  • 86b85b3eef binary diffusivity and pure viscosity test Yeongdo Park 2019-01-01 14:54:54 -05:00
  • 832638290b fix test script to use argument to open 1-D flame solution Yeongdo Park 2019-01-01 13:28:09 -05:00
  • 88f32a8d1c fix seg fault Yeongdo Park 2019-01-01 13:07:10 -05:00
  • 858f63cf78 local variable for pure thermal conductivity loop Yeongdo Park 2019-01-01 11:03:02 -05:00
  • 1ebc2e22f2 compare pure species thermal conductivity Yeongdo Park 2019-01-01 10:40:18 -05:00
  • 74ddb91998 print pure species thermal conductivities Yeongdo Park 2018-12-27 03:56:32 -05:00
  • 15a9eb74a6 relTol 5% => 2% Yeongdo Park 2018-12-25 12:21:30 -05:00
  • 10025486c0 template test case name correction Yeongdo Park 2018-12-22 07:46:20 -05:00
  • 4f327884ce separte gitlab ci jobs for test sets Yeongdo Park 2018-12-21 08:21:00 -05:00
  • 7bce61e8a3 added flame structure test sets Yeongdo Park 2018-12-21 03:10:09 -05:00
  • 3747eccf09 relTol 10% => 5% Yeongdo Park 2018-12-21 02:00:02 -05:00
  • 3e0619ac2e testApp takes relTol argument for Cantera-OpenFOAM test Yeongdo Park 2018-12-21 01:52:48 -05:00
  • 0ca1abb48d testApp apply logWriter() Yeongdo Park 2018-12-20 04:06:30 -05:00
  • da618eb4ab added class LogWriter and cantera use temperature from OpenFOAM thermo Yeongdo Park 2018-12-20 02:20:18 -05:00
  • f8cdf0c875 refactoring thermal conductivity calculation Yeongdo Park 2018-12-17 01:27:55 -05:00
  • 36163004be refactoring, changed index names in interaction loops Yeongdo Park 2018-12-12 03:12:27 -05:00
  • 12654ab05d new test cases from cantera 1-D flame solution Yeongdo Park 2018-12-11 04:23:18 -05:00
  • 17faab2e95 Revert "remove openfoam build command in test job" Yeongdo Park 2018-12-09 17:43:09 -05:00
  • 093153e83d extract thermal conductivity calculation to Particle class methods Yeongdo Park 2018-11-25 16:46:19 -05:00
  • 46f571273c correct typo and const type Yeongdo Park 2018-11-12 09:05:09 -05:00
  • 7ad6c88983 class GasState update Yeongdo Park 2018-11-12 08:57:42 -05:00
  • 761cfe471d additional local variable removal in diffusivityModel.correct() Yeongdo Park 2018-11-12 08:49:33 -05:00
  • 25c7648546 remove local varialble Wpure Yeongdo Park 2018-11-05 07:27:13 -05:00
  • a63c28d737 correct well depth value in Zrot method of class Ion and fixed errors in methods mu and D of class Coulomb Yeongdo Park 2018-11-05 00:12:28 -05:00
  • 9f0fc16367 remove old calculateMuD and calculateK Yeongdo Park 2018-11-04 18:56:32 -05:00
  • a95508b37b pass GasState state to calculateK in diffusivityModel, move Zrot calculation into calculateK Yeongdo Park 2018-11-04 17:36:52 -05:00
  • 0c7bf3027a class GasState inline function to acces thermoData moved to the header Yeongdo Park 2018-11-04 17:13:38 -05:00
  • 18b24fbe4d GasState rhoQc2 fix error (multiply e) and pass GasState state to calculateMuD in diffusivityModel Yeongdo Park 2018-11-04 16:37:57 -05:00
  • 094da99cfc partially replacing argument passing by GasState object Yeongdo Park 2018-11-04 16:24:16 -05:00
  • bc4a6ce8dd introduce class GasState Yeongdo Park 2018-11-04 13:58:52 -05:00
  • 1f98596435 remove unnecessary arguemnt caseElectron in calculateMuD and calculateK Yeongdo Park 2018-11-03 16:05:08 -04:00
  • 9615a4158e fix bug CvRot/CvRot => CvRot/R in calculateK and additional code cleanup Yeongdo Park 2018-11-03 15:53:04 -04:00
  • 1540954104 diffusivityModel.correct refactoring thermal conductivity calculation Yeongdo Park 2018-11-03 15:14:32 -04:00
  • 28a468f01f removed unused argument in calculateMuD Yeongdo Park 2018-11-03 14:59:08 -04:00
  • 4ef6542500 increased error tolerence further to 10% Yeongdo Park 2018-11-03 14:40:26 -04:00
  • c645f7cac8 geometry needs to be word rather than labels Yeongdo Park 2018-11-03 14:00:45 -04:00
  • a5c29a9632 test script exit code -1 if any error exceed tolerence, tolerence set to 2.5% Yeongdo Park 2018-11-03 13:20:03 -04:00
  • 0f589b50ec Merge branch 'ci-cache-policy-test' into 'master' Yeongdo Park 2018-11-02 20:15:11 +00:00
  • 6bb89d8efc remove openfoam build command in test job Yeongdo Park 2018-11-02 16:10:28 -04:00
  • ea5fcbadde shorten stdout log, added Alltest script for all binary diffusivity test and according update of ci yaml Yeongdo Park 2018-11-02 15:45:21 -04:00
  • 838d425235 remove unnecessary division by pressure Yeongdo Park 2018-11-02 13:36:02 -04:00
  • fa0af403cf pure composition test for cantera mixture averaged diffusivity Yeongdo Park 2018-11-02 09:48:49 -04:00
  • 0a89513335 added thermal conductivity test and write test result log and save as artifact Yeongdo Park 2018-11-02 09:18:46 -04:00
  • 03cbca684f move function of T for rotational relaxation calculation to class Particle Yeongdo Park 2018-11-02 02:56:33 -04:00
  • 67b9ab8227 moved Zrot attribute to super class Particle Yeongdo Park 2018-11-01 15:16:48 -04:00
  • e64bbdf2f3 removed unnecessary file and set relTol 2% Yeongdo Park 2018-11-01 13:16:16 -04:00
  • a551cedeaa count results that differ more than relative tolerence Yeongdo Park 2018-11-01 13:09:18 -04:00
  • 1dc3746afd mixture enthalpy logic reuse and no read dummy 0 time directory Yeongdo Park 2018-11-01 12:37:10 -04:00
  • de43afdee1 specify remote branch name to pull Yeongdo Park 2018-11-01 11:37:08 -04:00
  • c8706fa256 reset token with this job token Yeongdo Park 2018-11-01 11:31:11 -04:00
  • 1fa9a0fad9 pull latest OF4IW from repo Yeongdo Park 2018-11-01 11:26:08 -04:00
  • 9f537edaf7 changed the name of the docker image to use for build Yeongdo Park 2018-11-01 10:32:23 -04:00
  • ae296f9455 build openfoam 4 for ionicwind from source Yeongdo Park 2018-11-01 09:59:58 -04:00
  • e502e309d1 Merge branch 'add-ci' into 'master' Yeongdo Park 2018-11-01 08:52:46 +00:00
  • 1ad29d8dee Add CI Yeongdo Park 2018-11-01 08:52:46 +00:00
  • 061da17242 Update .gitignore Yeongdo Park 2018-10-31 10:43:44 -04:00
  • b55541d32e print mix avg D and mu over hard coded temperature range Yeongdo Park 2018-10-31 03:15:27 -04:00
  • 69ed413f5c input files for canteraTest application Yeongdo Park 2018-10-31 01:00:17 -04:00
  • e63c31994f cantera read gri and viscosity calculation Yeongdo Park 2018-10-31 00:16:51 -04:00
  • 5ad6d7f404 removed U and phi field and result file Yeongdo Park 2018-10-30 15:53:51 -04:00
  • 7587045ea0 added cantera transport headers and removed the time loop Yeongdo Park 2018-10-30 13:31:49 -04:00
  • 7ec7cd88e8 copy of chemFoam, base for test application Yeongdo Park 2018-10-30 13:14:46 -04:00
  • ddc0b20e9d Particles now have their own gasHThermoPhysics object and diffusivityModel are fixed with gasHThermoPhysics Mixture Yeongdo Park 2018-10-30 12:37:37 -04:00
  • c6dcfeb5d7 added nonzero polarizability test and changed thermal conductivity formula ignis 2018-10-29 08:34:51 +09:00
  • 8b6c4ea696 diffusivityModel mod for mixture w/o electron and ions ignis 2018-10-10 11:32:50 +09:00
  • d55116bfa4 diffusivityModel is compiled to a seperate libarary. added laminarReactingFoam for cases without electric field. ignis 2018-10-02 20:57:35 +09:00
  • cc3d365b3d mass based velocity control - working but not feasible approach ignis 2018-09-27 03:40:49 +09:00
  • a659368959 volume based velocity control - failed ignis 2018-09-13 14:56:37 +09:00
  • cf56850a5b dummy bc for 1-D premixed flame ignis 2018-09-04 18:35:41 +09:00
  • 2746e92165 electric fields and Poisson's equation ignis 2018-08-12 23:13:02 -04:00
  • 0053fcb48b calculation of correction flux ignis 2018-08-11 03:41:57 +09:00
  • 2c9f832cdd conductive heat flux, enthalpy difference due to differential diffusion and viscous dissipation ignis 2018-07-23 16:53:53 +09:00
  • ffba26ed28 access to D fields and correction velocity calculation ignis 2018-07-13 22:42:03 +09:00
  • 41cb4714c3 mu and k access methods and explicit viscous stress term in UEqn ignis 2018-07-13 17:04:29 +09:00
  • 0dfbd072ed bugfix: mu and muAvg formula, Debye unit conversion, Stockmayer collision integral ignis 2018-07-12 14:22:07 +09:00
  • c5027f53ba D, mu and k boundary fields update in correct() ignis 2018-07-10 16:17:12 +09:00
  • 6033bedc3a correct transport molecular weight type to scalar and correct size of PtrList<Coulomb> ccs_ ignis 2018-06-21 14:18:58 +09:00
  • 6d3a738e8b Electron and Electron Diffusivity based on scattering cross section ignis 2018-06-21 13:02:19 +09:00
  • 6e4e4a96d6 Stockmayer collision integral fit coefficients made constexpr ignis 2018-06-18 16:16:03 +09:00
  • d71978e286 corrected errors in Diffusivity and Viscosity formulae ignis 2018-06-10 04:02:30 +09:00
  • 2b44e65696 n,6,4 resonant charge transfer, fit intercepts, powers of gamma_ij precalculation ignis 2018-06-10 03:12:26 +09:00
  • 67fe50953d Coulomb interaction collision integral fit coeffs now constexpr and removed reference to ion objects ignis 2018-06-10 03:09:35 +09:00
  • 3c91307cfb corrected units of (12,6,4) potential parameters sigma and epsilon ignis 2018-05-25 05:18:49 +09:00
  • 71d5f6b6bf constants for resonant charge transfer calculation ignis 2018-05-24 19:05:46 +09:00
  • 6652b0794a add 12,6,4 interaction ignis 2018-05-22 03:42:30 +09:00
  • d95e1b3c17 added coulomb interaction ignis 2018-05-14 14:31:40 +09:00
  • ab31fafba2 vacuum constant and remove default geometry value ignis 2018-05-14 14:28:27 +09:00
  • 60c1104fea skeletal ion transport model ignis 2018-05-11 15:37:28 +09:00
  • a92de83589 class Ion base, copy of class Neutral ignis 2018-04-30 04:18:15 +09:00
  • 80c5f0d65a calculating D, mu, k of Neutral mixture ignis 2018-04-30 04:02:16 +09:00
  • 7baaa4f389 Stockmayer mu calculation and diffusivityModel X calculation ignis 2018-04-29 03:25:11 +09:00
  • aaf2c181ce class Stockmayer calculating transport coefs assuming Stockmayer potential function ignis 2018-04-29 02:00:33 +09:00