https://github.com/mdolab/dafoam

sort by:
Revision Author Date Message Commit Date
0ef51fb V2.0.4 (#58) * Added wallHeatFlux obj. * Updated version. * Added DASimpleTFoam solver. * Added totalPressure as objective. * Added tests for new solver and objectives. * Updated travis. * Added MRF for DASimpleFoam. * Removed MRF from DASimpleFoam. * Added DATurbFoam and its tests. * Updated travis. * Added DASolidDisplacementFoam. Re-organized lib structure with a new condition Solid that does not depends on turbulence models. * Added tests for DASolidDisplacementFoam. * Fixed the pressureInletVelocity BC and updated tests. * Fixed an issue for dFdW for vonMisesStressKS. * Fixed an issue for DATurbFoam to improve sens accuracy. * Updated tests for DATurbFoam. 05 September 2020, 13:05:39 UTC
f64a2ba Added coverage parallel test for pyDAFoam. 15 August 2020, 21:44:57 UTC
fba6e1d v2.0.3 (#57) * Updated the patch API for alpha, BC, and primalBC. Updated tests. * Implemented setting lower bounds for dRdW and dRdWPC. * Implemented the auto-write of decomposeParDict file. * Fixed an issue for jacLowerBounds. Added scripts in setup.py. Cleaned *.so when running Allclean. * Fixed an issue in setup.py. 15 August 2020, 20:26:47 UTC
34e61a5 Updated the version in __init__.py. 05 August 2020, 22:13:14 UTC
cea83cf Disabled link time optimization compatibility check for anaconda. 05 August 2020, 21:47:07 UTC
d9f6c4e Update the coverall badge 30 July 2020, 00:58:10 UTC
6da7f5a Fix v2 (#56) * Changed the coveralls badge. * Added Cython in setup.py. * Updated test to cover cell state ordering. * Updatd travis. * Updated tests. * Updated tests and travis. * Updated tests. * Updated tests and improve coverage. * Updated tests and deleted unused functions in pyDAFoam.py. * Delete an unused function in DAUtility. 29 July 2020, 22:56:47 UTC
45db8be Updated travis. 26 July 2020, 01:19:26 UTC
0afd30b Update readme. 25 July 2020, 23:53:29 UTC
03d3179 Added all v2.0 files. 25 July 2020, 23:51:33 UTC
6da9111 Removed all v1.1 files. Ready for v2.0. 25 July 2020, 23:49:17 UTC
35a18c0 Updated the docs and website. 25 July 2020, 21:40:32 UTC
e3766b8 Fixed an issue in travis. 22 July 2020, 02:21:24 UTC
38b92bd Fixed an issue in the Make options file that the debug flag was accidentally added. 22 July 2020, 02:03:24 UTC
cac4fac Update Installation.rst 26 June 2020, 14:48:54 UTC
03f0c85 Update pyDAFoam.py Fixed a bug in checkMeshLog 24 June 2020, 02:43:14 UTC
1f2c49d Update Installation.rst 15 June 2020, 18:35:15 UTC
f0815b0 Update Tutorials.rst 17 May 2020, 13:46:48 UTC
85a2924 Updated docs. 10 May 2020, 20:15:31 UTC
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
back to top