From 1b1e7336d3825aca172edea5b456a53778593c7f Mon Sep 17 00:00:00 2001 From: Flynn Zhang Date: Mon, 26 Feb 2024 00:03:06 -0500 Subject: [PATCH] corrected the DPFR test corrected the DPFR test corrected the PFR test corrected the PFR test 2 --- test/Crystallization.cpp | 6 +++--- ...practice1_ref.h5 => cry_PSNGGD_PFR_ref.h5} | Bin 9912 -> 9912 bytes ...practice1_sim.h5 => cry_PSNGGD_PFR_sim.h5} | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename test/data/{practice1_ref.h5 => cry_PSNGGD_PFR_ref.h5} (77%) rename test/data/{practice1_sim.h5 => cry_PSNGGD_PFR_sim.h5} (100%) diff --git a/test/Crystallization.cpp b/test/Crystallization.cpp index d1de54715..5da2a69e5 100644 --- a/test/Crystallization.cpp +++ b/test/Crystallization.cpp @@ -217,18 +217,18 @@ TEST_CASE("Crystillization test CSTR, primary nucleation and growth and growth r } /** - * @brief Test growth, growth rate dispersion, primary and secondary nucleation in a DPFR. This test does not work now. + * @brief Test growth, growth rate dispersion, primary and secondary nucleation in a DPFR. */ TEST_CASE("Crystillization test DPFR with axial dispersion, primary secondary nucleation and growth and growth rate dispersion", "[CRYSTALLIZATION],[Simulation],[priSecNucGrowthAndDispersionDPFR]") { int time_res; // reference solution - const std::string refFile = std::string(getTestDirectory()) + std::string("/data/practice1_ref.h5"); + const std::string refFile = std::string(getTestDirectory()) + std::string("/data/cry_PSNGGD_PFR_ref.h5"); const std::vector ref_n_full = getRef(refFile, time_res); // simulation solution - const std::string simFile = std::string(getTestDirectory()) + std::string("/data/practice1_sim.h5"); + const std::string simFile = std::string(getTestDirectory()) + std::string("/data/cry_PSNGGD_PFR_sim.h5"); std::vector sim_n_full = getSim(simFile, time_res); // interpolate the ref solution diff --git a/test/data/practice1_ref.h5 b/test/data/cry_PSNGGD_PFR_ref.h5 similarity index 77% rename from test/data/practice1_ref.h5 rename to test/data/cry_PSNGGD_PFR_ref.h5 index 50da61878156624954bd9943145cf1ac752754dd..98846f8c99dc8463cb314e882af7b4601bca557f 100644 GIT binary patch delta 834 zcmV-I1HJsXO}I_4kP&~#00014jeSZ(X%9oPkGt7@hYv$wd>vstZ-Vj3`fPe2zauGu<3@O-FE)qjMN-QOkdr$74;Mq-XrrCX)fhvR5>M;E)fz*%+7usq3>`zkJsy9-V{;!v{J~5bEdU`y zMLm3S*is@x^N{>)NU0-3xN;aL>iHx?c@bs#s5&M?ms)A4yJ06oo_z}PdS)m?2c^r3 z96~8WljC?3G4Lrv$KcIi(QYb3+U0NMc)lt_r8fJwm*FZy1%?aF?%OIu(oOzA*|91^ z11id!yJspx<~M%{2*d#@L;RzT)8&IHL%3}{InwbcLl2A6JJwDpL-EST4Y{2sL%u+; zY_;GfLpH3_V2c?hLtP_)W}8VRLw1*HZ~<~8Lm7(*;jEJ*LuRQ)?R2jqLv3T+7AeLd zLq}m6qMg_vLsk26dT7rdLq1~5vBKybLwr;nk6r&8Lk)k$kYsoj8bfi5gRXlm7(-~& ze7EyS7DMF8rOb$J6hl`i(m?f^5<{&h$Zh%55JMj$UC^664nv0E6lEy$3PVXq_ppr8 z2Sawyx9CgX1Vgm!(4tly0z;(qJFnFr|3ZESHq!2L`a%JxChrM1_CmLi!>dbe@%IU)yTHRpUYmZMyGCIo?9_RYkZXHrGO1m=X}Qe$hf^h_+CG z*~vog9qK)KvBE-iPhMtWZMs5%+W5_zJF-GM%z+A%gs4L4E&)3U3ZO#U62eGlVw6HW zxeWzWABjTQOwsh?_oeZ4ca z1nM+GWfox!EyyE6c1$6v;o}iP;}Z%V`{MpVa~7tgQE2Hw-+ZE^iQ>~i<_%Ng(ew6nOsE= z$|f55K=3O@QzWj}Kp?7V*oURGKzRRG`sTluK(mn&>;$ur8Sn}TVgLXD00000Vv~s^ MNdgc9v(zNy0ZFlQC;$Ke delta 300 zcmV+{0n`4tO}I_4kP(0A0{{S9s~&WxW6DBL$Ny<_q{~9qKYfQm6VF0eenoMa?9xK? zb1e3rcGyC@kPKAc3gANgai6x$WaL5@%t1jhf9OJ51K#y|r|Uwy%MEQ7nC(Jp>TUaM z^X)=E*t0@!XzfD(S%Tl31?)ocNyGE6-|0d)-|+lRH0MGD>=J)hWHaPKx)95KLiylA zAMEaAOG(>8Enn6;IKI?Es9bO)z-i4wS$9zvN+82RH47k?p<}i}2F+8g+9an!V7?=G zD!-IM92%rt$GCq&k#EgnW?*DOSHHudjJHKXipJqJwE-hS+a2|joc;PiwsYq|q<_*u y0000000000006VQ6x9T?z!WV4vyd6^3JD$n0000000177i6lt^@Bp*aB;*0H{ff^3 diff --git a/test/data/practice1_sim.h5 b/test/data/cry_PSNGGD_PFR_sim.h5 similarity index 100% rename from test/data/practice1_sim.h5 rename to test/data/cry_PSNGGD_PFR_sim.h5