https://github.com/mdolab/dafoam

sort by:
Revision Author Date Message Commit Date
62963e7 Fixed makefile (#55) * Updated gitignore for MacOS files. * Re-organized the applications folder. * Changed the makefile. Now we run <make> to compile. * Re-organized the ofLibs folders * Fixed make. Fixed travis. * Added the debug mode makefile options. * Updated docs. 09 May 2020, 21:34:53 UTC
0285787 Wrapped all solvers using Cython (#54) * Modified the make files such that we no longer need to make the libs and solvers twice for Petsc. * Reorganized the src folder structure. * Wrapped all the solvers into python libs. Added a useCython option to enable it. Default is false. * Minor bug fix. 08 May 2020, 19:31:07 UTC
ed0ca9b Fixed a bug in pyofm reading 07 May 2020, 17:58:30 UTC
374de97 Fixed a typo in docs (#52) 07 May 2020, 01:42:42 UTC
2e831e3 Fix pyofm (#51) * Fixed interface for new pyOFM repo. * Updated the installtaion guide for the new pyOFM repo. 05 May 2020, 02:23:15 UTC
8500784 minor doc fix (#50) * Minor fix for docs. 28 April 2020, 12:21:02 UTC
6bc6c76 Fixed the travis for py3 (#49) * Updated pyofm, installation guide, and travis. * Fixed the travis config for py3. 28 April 2020, 03:15:15 UTC
b5123bd Updated pyofm, installation guide, and travis. (#48) 28 April 2020, 00:21:36 UTC
5dcdedf Updated docs for Python 3 installation along with a Dockerfile (#47) * Changed the links in tutorials from Git-LFS to UM-Box. * Made pyDAFoam.py Python-3 compatible. Also fixed an issue that using str(float_number) can loss precision. This will need reg_tests to be updated. * Updated the reg_tests. It will work for both Python 2 and 3. * Made the scripts in reg_tests Python 3 compatible. * Made the scripts in tutorials Python 3 compatible. * Made the rest scripts Python 3 compatible. * Modified the Allwclean script to clean up the __pycache__ folders. * Fixed the Petsc 3.9 issue for dF/dXv computation. Added its reg tests. * Modified the python script for tutorials. * Updated the installation guide with Python 3.x. Added the Dockerfile. * Changed docs. * Fixed a reg test issue for calcDeltaVolumeMat. * Fixed docs. 27 April 2020, 19:32:22 UTC
85c3705 Added support for Python 3.x (#44) * Changed the links in tutorials from Git-LFS to UM-Box. * Made pyDAFoam.py Python-3 compatible. Also fixed an issue that using str(float_number) can loss precision. This will need reg_tests to be updated. * Updated the reg_tests. It will work for both Python 2 and 3. * Made the scripts in reg_tests Python 3 compatible. * Made the scripts in tutorials Python 3 compatible. * Made the rest scripts Python 3 compatible. * Modified the Allwclean script to clean up the __pycache__ folders. * Fixed the Petsc 3.9 issue for dF/dXv computation. Added its reg tests. 24 April 2020, 18:17:34 UTC
0dd902d Code style update PEP8 of pyDAFoam.py (#43) Co-authored-by: Ping He <friedenhe@gmail.com> 23 April 2020, 03:26:40 UTC
ba1b6bc Fixed the Petsc-3.9 parallel INSERT_VALUES issue. 22 April 2020, 03:29:49 UTC
de3a62c Changed the links in tutorials from Git-LFS to UM-Box. (#40) 01 April 2020, 13:55:51 UTC
70a5c77 Merge pull request #39 from friedenhe/master Fixes 25 March 2020, 22:17:44 UTC
e18aeb3 More fixes. 25 March 2020, 21:13:08 UTC
fbfb561 Minor fixes. 25 March 2020, 21:10:02 UTC
b60dc4a Updated the docs for OpenMPI. 25 March 2020, 21:02:00 UTC
695a968 Merge pull request #38 from friedenhe/master Fixes 25 March 2020, 14:27:19 UTC
4340fcf Minor fixes. 25 March 2020, 01:16:31 UTC
6dcf429 Updated installation guide. 25 March 2020, 00:31:42 UTC
fcd6d48 added template and CODEOWNERS 24 March 2020, 15:48:22 UTC
5033551 Merge pull request #37 from friedenhe/master Added the missing actuator source term in AdjointDerivativeSimpleFoam. 13 March 2020, 18:43:42 UTC
72ce63b Added the missing actuator source term in AdjointDerivativeSimpleFoam. 13 March 2020, 18:08:01 UTC
5b92ad9 Merge pull request #36 from friedenhe/master Added a new turbulence model. 04 February 2020, 21:19:13 UTC
c42cabd Added a new turbulence model. 04 February 2020, 19:27:55 UTC
10b4a96 Merge pull request #35 from friedenhe/master Fixed the docs. 24 January 2020, 21:12:53 UTC
51b5117 More updated docs. 24 January 2020, 18:52:32 UTC
20f60d5 Fixed the docs. 24 January 2020, 18:42:49 UTC
51a99f0 Merge pull request #34 from friedenhe/master updates 14 January 2020, 16:54:51 UTC
2bc4778 Updated docs. 14 January 2020, 13:44:21 UTC
e3e3c82 Updated parameters for nrel6 tutorial. 14 January 2020, 13:44:13 UTC
3af9c87 Merge pull request #33 from friedenhe/master Modified docs. 12 January 2020, 21:48:12 UTC
97eef51 Modified docs. 12 January 2020, 16:59:05 UTC
f84a7fa Merge pull request #31 from friedenhe/master Fixed a bug for HbyA computation in turboDAFoam. 22 December 2019, 04:01:55 UTC
6f9ff1e Fixed a bug for HbyA computation in turboDAFoam. 22 December 2019, 03:27:44 UTC
2f74553 Merge pull request #30 from friedenhe/master Fixed an issue in boundVar that the vectorBoundaryField is not bounded. 20 December 2019, 17:49:03 UTC
588c8d1 Fixed an issue in boundVar that the vectorBoundaryField is not bouned. 20 December 2019, 16:57:00 UTC
b8e4d29 Merge pull request #29 from friedenhe/master Updated the docs. 14 December 2019, 23:02:34 UTC
c61b9a4 Updated the docs. 14 December 2019, 20:18:44 UTC
6ae5ab7 Merge pull request #28 from friedenhe/master changes 14 December 2019, 04:28:22 UTC
7d11fbe Updated the docs. 14 December 2019, 02:23:30 UTC
a006521 Modified tutorials. 14 December 2019, 02:23:20 UTC
bd29a90 Use opt=2 for the turboDAFoam test. 14 December 2019, 02:23:02 UTC
ef253eb Fixed an option for the turboDAFoam test. 13 December 2019, 21:27:51 UTC
a465e95 Fixed the script. 13 December 2019, 21:01:48 UTC
205b40d Added the NREL6 and Rotor67 aerodynamic case. 13 December 2019, 20:59:41 UTC
406cf9e Added an option to use special PCs for transonic cases. 13 December 2019, 20:39:10 UTC
f1bea10 Merge pull request #27 from friedenhe/master updates 13 December 2019, 00:52:34 UTC
5b6fced Fixed the refs. 12 December 2019, 23:16:43 UTC
2728439 Updated a test for simpleFoam. 12 December 2019, 21:39:15 UTC
898f01c Updated the reg tests. 12 December 2019, 16:54:26 UTC
2b46fcf Fixed the missing connectivity for pressureInletVelocity. 12 December 2019, 16:53:40 UTC
6e81a67 Fixed an issue in perturbState for pressureInletVelocity. 12 December 2019, 16:53:21 UTC
bfa20fc Made the adjDev consistent with the new changes. 12 December 2019, 16:52:44 UTC
d96b90f Changed the turboDAFoam solver. 12 December 2019, 16:45:08 UTC
95a1354 Added two python scripts to compute MatRelDiff and VecRelDiff. 12 December 2019, 16:44:21 UTC
767866e Merge pull request #26 from friedenhe/master Updated docs. 25 October 2019, 14:55:03 UTC
5603907 Updated docs. 25 October 2019, 13:57:57 UTC
c1ee7ea Merge pull request #25 from friedenhe/master Fixed an issue for adjIdx when setting useColoring=False. 08 October 2019, 03:13:03 UTC
a400290 Fixed an issue for adjIdx when setting useColoring=False. 08 October 2019, 02:24:17 UTC
55e20b6 Merge pull request #24 from friedenhe/master Fixed docs. Added links to the MACH framework page. 20 September 2019, 20:20:34 UTC
00002d1 Added links to the MACH framework. 20 September 2019, 19:26:28 UTC
c3be3d8 Fixed the docs for recent update of the config.mk files in cgnsUtils and IDWarp. 20 September 2019, 17:17:02 UTC
b741da6 Merge pull request #23 from friedenhe/master Fixed an issue for the dummyTurbulenceModel. Now it can be used for l… 14 September 2019, 19:21:16 UTC
d7c80ea Fixed an issue for the dummyTurbulenceModel. Now it can be used for laminar flow. 12 September 2019, 16:55:15 UTC
16084be Merge pull request #22 from friedenhe/master Fixed docs. 10 September 2019, 16:19:57 UTC
f57cea1 Fixed docs. 10 September 2019, 16:18:44 UTC
94e0015 Merge pull request #20 from friedenhe/master changes 15 August 2019, 14:31:09 UTC
72d5d07 Fixed turboDAFoam flow and adjoint to improve convergence. Updated reg tests. 13 August 2019, 18:37:40 UTC
1923f08 Added singleProcFaceset for decomposeDict in python layer. 13 August 2019, 18:37:05 UTC
2929ffc Added MRF for simpleFoam. 13 August 2019, 18:36:15 UTC
1bc19aa Fixed an issue that when decomposePar returns a processor with zero cell, the printResidual function will return a seg fault. Now it will print a warning instead. 12 August 2019, 17:48:43 UTC
d1b90e6 Increased the prealloc for stateBoundaryMats to 1000. 10 August 2019, 23:26:03 UTC
32569b9 Merge pull request #19 from friedenhe/master updates 07 August 2019, 17:16:06 UTC
663451c Fixed a bug for AMI. 07 August 2019, 15:46:00 UTC
f7a3210 Added the capbility to use cyclicAMI BCs. 06 August 2019, 17:12:24 UTC
ed9374a Added an option to prevent from using coloringSolver with useColoring option off. 06 August 2019, 17:11:56 UTC
5e919f2 Added the plotting stateBncMat option for plotMatConn.py. 06 August 2019, 17:11:19 UTC
2a3daa3 Merge pull request #18 from friedenhe/master changes 30 July 2019, 22:41:11 UTC
1278bea Added an option to output eigen values of preconditioned state Jacobian. 30 July 2019, 20:35:23 UTC
9740402 Fixed docs. 30 July 2019, 20:35:02 UTC
5815606 Merge pull request #17 from friedenhe/master Deleted a duplicated file. 18 July 2019, 00:02:00 UTC
dc3f789 Deleted a duplicated file. 17 July 2019, 23:03:59 UTC
f14493e Merge pull request #16 from friedenhe/master Added more detailed instructions for tutorials. 17 July 2019, 21:56:33 UTC
bb5dd81 Fixes for docs. 17 July 2019, 20:59:46 UTC
d31a823 Added more detailed instructions for tutorials. 17 July 2019, 20:08:40 UTC
7c54a02 Merge pull request #14 from friedenhe/master Changes 16 July 2019, 15:27:17 UTC
fd992b1 Updated runScripts for all the tutorials. 15 July 2019, 18:47:19 UTC
33eca8a Added missing DRes in pyDAFoam.py 15 July 2019, 18:35:04 UTC
56c2630 Changed runScripts for NACA airfoil cases. 14 July 2019, 15:23:20 UTC
2f6a53e Fixed an issue in __call__ function such that we dont warp the volume mesh if the DVGeo is not changed. 13 July 2019, 20:39:06 UTC
1deac85 Changed the Allrun scripts for tutorials. 12 July 2019, 15:58:13 UTC
e2c33ab Merge pull request #13 from friedenhe/master Changes 11 July 2019, 17:47:08 UTC
548fbc4 Changed the installation docs. 11 July 2019, 17:04:18 UTC
5275fdf Added the aerostructural tutorial doc. 11 July 2019, 17:03:43 UTC
6ee474c Re-organized the aerostrcutural tutorial. 11 July 2019, 15:23:51 UTC
46dd6e2 Merge pull request #11 from friedenhe/master Changes 11 July 2019, 01:29:34 UTC
efdbda2 Changed docs. 10 July 2019, 21:45:12 UTC
25e29a9 Added the aerostructural tutorial. 10 July 2019, 21:43:16 UTC
b968973 Added setRotVelBCs utility. 10 July 2019, 21:40:51 UTC
back to top