| 4afff3f1 | 01-Nov-2022 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
modified sponge for airfoil case and added surfID driven forces for forces.dat |
| d3ff575a | 17-Oct-2022 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Option to eliminate time term from stabilization enabled but default set to zero as removal can cause oscillations in some problems. Use with caution. |
| b4542ea8 | 06-Oct-2022 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Always compute distance to the wall and extend inlet.dat profile to initial condition on step 0. |
| 95b6cef5 | 02-May-2022 |
rickybalin <riccardo.balin@colorado.edu> |
Fixed BDiag bug for EBE and MFG solver types |
| 779e4b51 | 12-Apr-2022 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
back merging a few bug fixes for RANS-SA |
| 38a361e8 | 13-Feb-2020 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
sponge for BL added and made the default |
| 8555394c | 19-Nov-2019 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
flipped sign on heat flux |
| 93f5b81d | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: append solver name to test name |
| a95673db | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: replace remaining macros |
| dd5f6243 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: replace test macros |
| 40f31e41 | 23-Sep-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: remove valgrind tests |
| 1eb45567 | 11-Jul-2016 |
Cameron Smith <smithc11@rpi.edu> |
new compressible test case
add a for loop to support multiple tests |
| 0d39a63a | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
before pushing up to github a little more description of the Shock Adaptivity changes |
| 0e4e2411 | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
moved shock-capturing error so that it works when DC is off |
| f0b806cb | 09-Jul-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
write restarts from stream runs and shock adapt
this may have some interleaving with previous commit |
| d06028c1 | 19-May-2016 |
Cameron Smith <smithc11@rpi.edu> |
Merge branch 'master' of github.com:PHASTA/phasta |
| 3e4d5678 | 19-May-2016 |
Cameron Smith <smithc11@rpi.edu> |
mkdir module to replace system(...) call from fortran |
| 6d194905 | 10-May-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Compressible code gets an update on what it writes in terms of convergence history. Columns are, step, time, ||L^-1 b||, db, ||b|| db Krylov Sum_Krylov |
| 95eb1d92 | 22-Apr-2016 |
Ben Matthews <ben@kc2vjw.com> |
remove unused memory region and pointers |
| c90fc7c7 | 20-Apr-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Serial PETSc was broken for cases with periodicity and for scalar solves but now fixed for both |
| 1028cb6e | 13-Mar-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
oops...that merge missed a file that was not added to the branch properly |
| 5124a526 | 27-Feb-2016 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
first cut at inviscid C and IC' |
| 92e15685 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
phsolver: deallocated fncorp in compressible and incompressible itrdrv |
| 75f1c48c | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
phsolver: deallocated wnorm in compressible and incompressible itrdrv |
| ed801818 | 16-Feb-2016 |
Cameron Smith <smithc11@rpi.edu> |
compressible: set solver name before linking solver.inp |