Skip to content
Failed

Changes

Summary

  1. PDERANSSA3D and unit test changes for Catris model implementation from Andrew (details)
  2. changes to PDERANS3D with turbulence model implementation updates (details)
  3. actual commit for PDERANS3D that incorporates all merges (details)
  4. vera changes to the PDE and constructor changes to test cases (details)
  5. small commit to test jenkins again (details)
  6. Refactor non-symmetric body forces (details)
  7. Compile fix (details)
  8. Vera fix (details)
  9. Fix warning and ping test (details)
  10. Adjusting finite difference (details)
  11. Smaller step size (details)
  12. new changes to PDERANS3D to include jacobian fixes (details)
  13. small vera mistake I missed (details)
  14. Upgrade to ESP 1.20 (details)
  15. Fix warning (details)
  16. sansLIPAIM python fixes (details)
  17. Fix geometry construction (details)
  18. More ESP updates (details)
  19. More egads fixes (details)
  20. Add WallSlip BC for 3D RANSSA (details)
  21. Fix last commit (details)
  22. Fix array bounds error (details)
  23. Add PtPolynomials to 3D PtTt BC (details)
  24. Fix compile error (details)
  25. Update input checks for total pressure profile (details)
  26. Fix rotor source asymmetric normal vectors (details)
  27. Fix last commit (details)
Commit afbb8a1a788c12f5515b151911b1a5333e6452a4 by waligura
PDERANSSA3D and unit test changes for Catris model implementation from Andrew
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/sandbox/Adapt2D_VMSDBR2_RANSSA_Supersonic_AV_HTC_toy.cpp
Commit 026e6bf0cfa2c9ee459f84292dfcdd52e4a216bb by waligura
changes to PDERANS3D with turbulence model implementation updates
The file was modified src/pde/NS/PDERANSSA3D.h
Commit bdf3e56d88019a25ae70ddea851a346a73b6cc7c by waligura
actual commit for PDERANS3D that incorporates all merges
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 8f8a98886c2d6eb045db0b768e73a7e866939868 by waligura
vera changes to the PDE and constructor changes to test cases
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_RANSSA_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Solve3D_VMSD_RANSSA_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_FlatPlate_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_CGStabilized_RANSSA_OneraM6_Subsonic_ArtificialViscosity_toy.cpp
The file was modified test/sandbox/Adapt3D_CGStabilized_RANSSA_ArtificialViscosity_ONERA_M6_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_HCH_toy.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_DPW_AV_HTC_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_CornerFlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_CRM_Sub_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_DGBR2_RANSSA_OjedaMMS_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Adapt3D_VMSDBR2_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_Galerkin_Stabilized_RANSSA_HemisphereCylinder_toy.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_RANSSA_OjedaMMS_toy.cpp
The file was modified test/sandbox/Adapt3D_DGBR2_RANSSA_CornerFlatPlate_toy.cpp
Commit 41803b4cd9cc26fbe61e2775e590015d51149c7e by waligura
small commit to test jenkins again
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 10fa8c13b1d932284cc4f3483a9b6f2e1cf0fbaf by galbramc
Refactor non-symmetric body forces
The file was modified src/Field/NormalField/NormalField.h
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified src/Meshing/EGADS/EGModelUnique.cpp
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was modified test/unit/pde/NS/PDEEulermitAVDiffusion3D_RotorSource_btest.cpp
The file was modified test/unit/pde/NS/PDEEuler3D_RotorSource_btest.cpp
The file was modified test/unit/Discretization/GloballyConstrained/Ping_Euler_RotorSource_btest.cpp
The file was modified src/Field/NormalField/NormalField_Volume.cpp
The file was modified src/pde/NS/PDEEuler3D_RotorSource.h
Commit 96b323ac2765385a13977408198347f88cf36071 by galbramc
Compile fix
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
Commit 2d24e4fc22079f45d09c3ea13608d908d85f5080 by galbramc
Vera fix
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
Commit e7282e4459d6aac6105f61b79c56e006ef9bfa99 by galbramc
Fix warning and ping test
The file was modified test/unit/Field/NormalField_btest.cpp
The file was modified test/system/LocalSolve/EdgeLocalSolve1D_Dual_Galerkin_Stabilized_Line_AD_btest.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
Commit 89ba5c651816414e96312c5711a5e31a578a31d8 by galbramc
Adjusting finite difference
The file was modified test/unit/Field/NormalField_btest.cpp
Commit 5abbebe89a36522aab50859165de2b74757f3a1e by galbramc
Smaller step size
The file was modified test/unit/Field/NormalField_btest.cpp
Commit beb08200c58b101d4ac1884149851b6587db3158 by waligura
new changes to PDERANS3D to include jacobian fixes
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
The file was modified src/pde/NS/PDERANSSA3D.h
Commit 57d8e52f8e432f68edea8dc8844dcbda81e4755d by waligura
small vera mistake I missed
The file was modified test/unit/pde/NS/PDERANSSA3D_btest.cpp
Commit b0a3276a9fee5dd1584216328dc09ad49f09b719 by galbramc
Upgrade to ESP 1.20
The file was modified src/UserInterfaces/capsAIM/markWakeEdges.cpp
The file was modified src/UserInterfaces/capsAIM/intersectWake.cpp
The file was modified src/UserInterfaces/capsAIM/capsMesh.cpp
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified scripts/jenkins/jenkins_env.sh
The file was modified CMakeInclude/Checks/CheckEGADS.cmake
The file was modified src/UserInterfaces/capsAIM/WakeBox.cpp
Commit 0bc26f9711dc536641ff12b55d10fe38f60190dc by galbramc
Fix warning
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 99115bab962958125109e9628a86ec6041a202c6 by galbramc
sansLIPAIM python fixes
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified src/UserInterfaces/capsAIM/capsMesh.cpp
Commit a8d0c164f677e298d22b1913f7ccbc07ba676326 by galbramc
Fix geometry construction
The file was modified test/unit/Meshing/EGTess/EGTessModel_btest.cpp
Commit 358881744ab468ce303eb1ee2a6d843e1a79c792 by galbramc
More ESP updates
The file was modified CMakeInclude/Checks/CheckCAPS.cmake
The file was modified src/UserInterfaces/capsAIM/sansLIPAIM.cpp
The file was modified src/UserInterfaces/capsAIM/aim.def
The file was modified test/unit/Meshing/AFLR/AFLR3_btest.cpp
Commit 1858e59da0ab915257f1167936e86f2cf71cc0b4 by galbramc
More egads fixes
The file was modified src/Meshing/EGTess/makeWakedAirfoil.cpp
The file was modified test/unit/Meshing/TetGen/EGTetGen_btest.cpp
The file was modified test/unit/Meshing/TetGen/makeWakedAirfoil_btest.cpp
Commit bc22339f42545bba0877248a8d8330fe11ef1e27 by galbramc
Add WallSlip BC for 3D RANSSA
The file was modified src/pde/NS/BCRANSSA3D.h
The file was modified src/pde/NS/BCNavierStokes3D.cpp
The file was modified src/pde/NS/BCNavierStokes3D_mitState.h
Commit db781cd3056a06f2cfb1e02734ab88a0bf287c31 by galbramc
Fix last commit
The file was modified src/pde/NS/BCRANSSA3D.h
Commit fb56430e67c353003bd8818d5274ef61f64b8380 by galbramc
Fix array bounds error
The file was modified test/unit/Field/NormalField_btest.cpp
Commit fef1e0fb2ba76b8576f965435654cb710d5316c2 by galbramc
Add PtPolynomials to 3D PtTt BC
The file was modified src/pde/NS/BCEuler3D.cpp
The file was modified src/pde/NS/BCEuler3D_mitState.h
Commit fa494ad4dd4f2fe72cb01f92b2ec6fba213c208f by galbramc
Fix compile error
The file was modified src/pde/NS/BCEuler3D_mitState.h
Commit b32a4ab575925236f7c2a16cd67e7d9a99eebacd by galbramc
Update input checks for total pressure profile
The file was modified src/pde/NS/BCEuler3D.cpp
Commit 8c0ecb00c029abef34547e9ce8d3b6135b0d31fa by galbramc
Fix rotor source asymmetric normal vectors
The file was modified src/Field/NormalField/NormalField_Volume.cpp
Commit b7af163a14a9860acc3403ccf9226926a8585840 by galbramc
Fix last commit
The file was modified src/Field/NormalField/NormalField_Volume.cpp