Skip to content
Failed

Changes

Summary

  1. Implemented mitLG symmetry wall BC for four-equation IBL3 (details)
  2. allowed for some tolerance in finding boundary trace elements (details)
  3. Reparametrized flat plate grid's S-duct geometry (details)
  4. added z margin in BL sampling so that points are in the computational domain even for coarse grids.  Make flat plate grid spacing uniform in x on the plate (details)
  5. changed default to more BL sampling stations (details)
  6. Make screen output more concise for BL sampling (details)
  7. Added  local basis vector e1 and e2 for IBL3 mitLG BC (details)
  8. minor refactoring of screen printout (details)
  9. Turned on gradient calculation for mitLG BC for IBL3/manifold (details)
  10. changed half expanding nozzle to sin shape (without kink) (details)
  11. minor cleanup (details)
  12. renamed IBL3D slip-wall BC type (details)
  13. Some more renaming of slip wall BC mitLG for IBL3 (details)
  14. Make 3-eq IBL3 variable data a templated class (details)
  15. More refactoring due to VarDataIBL3D being templated now. Also minor cleanup (details)
  16. Added slip-wall mitState BC for 3-eq IBL3D.  Refactored PDEIBL for 3-eq formulation to keep up with 4-eq formulation (details)
  17. Added instantiations for 3-eq IBL3 (details)
  18. Add mitLG slip-wall BC for 3-eq IBL3D (details)
  19. Added KE equation normalized by qe^2 for 3-eqn IBL3D (details)
  20. minor refactoring of a sandbox case (details)
  21. Refactored 3-eq IBL to use J & E as momentum and kinetic energy fluxes instead of P & K (details)
  22. Added a sandbox case of 3-eq IBL3 in duct (details)
  23. minor cleanup (details)
  24. added explicit instantiation (details)
  25. Added an elbow-shaped hex box grid (details)
  26. Added macro to switch kinetic energy flux definition (K vs E) in 3-eqn IBL3D (details)
  27. minor cleanup of a sandbox case (details)
  28. Added macro to switch momentum flux definition (P vs J) in 3-eqn IBL3D (details)
  29. fix a recently introduced bug in source term when using P momentum flux in 3-eqn IBL3 (details)
  30. cleanup of 3-eqn IBL3 BC (details)
  31. Enabled constant wall transpiration in linearized incompressible potential (LIP) BC (details)
  32. Refactored a sandbox case: uncoupled 3-eqn IBL3 with prescribed qe (details)
  33. Turned on PTC for a sandbox case (details)
  34. Examined 3-eqn IBL3 (Nishida closure) characteristics without source terms (details)
  35. Sandbox case refactoring: LIP in/out flow BC, solution & quadrature order.  BC 3-eqn IBL3 cleanup and addition of mitLG Dirichlet BC (details)
  36. Cleanup of IBL3 BC (details)
  37. Refactored closure models: 2D closures are now uniquely contained in a single file, avoiding copy-pasting code in multiple spots (details)
  38. fixed lingering typos (details)
  39. Refactoring to keep up with 3-eqn IBL3 PDE's gas model change (details)
  40. Changed default 3-eqn IBL3 closure to Nishida.  Updated pyrite files for associated 2D stagnation flow case (details)
  41. Had to turn on dummy turb 3-eqn IBL3 closure due to lami-turb blending (details)
  42. Updated 3-eqn IBL3 BC vector to include Falkner-Skan inflow mitLG (details)
  43. Minor refactoring of sandbox cases (details)
  44. minor refactoring of sandbox cases (details)
  45. Add screen printout for numerical flux type and separated macro toggles for turning on/off amp and lag equations in 3-eqn IBL3 PDE (details)
  46. minor refactoring of sandbox case (details)
  47. fix warning on style (details)
  48. Refactored 3-eqn IBL3D to allow for runtime options for Lax-Friedrichs flux variants: based on qe or qn (details)
  49. Changed 3-eqn IBL3 slip-wall BC to adaptively switch between no-crossflow and BCNone depending interior characteristic direction (details)
  50. mucked with a sandbox case for uncoupled 3-eqn IBL3 (details)
  51. minor cleanup while playing with 3-eqn IBL3D on the duct case (details)
  52. typo fix. the issue didn't cause any trouble though (details)
  53. Added a sandbox case of 3-eqn IBL3 for duct ring BL. Also cleaned up other similar cases (details)
  54. fixed a harmless typo (details)
  55. Added some runtime checks for 3D manifold related trace normal and surface basis vectors (details)
  56. mucked with mitLG slip-sidewall BC for 4-eqn IBL3 --> decided not to use for now (details)
  57. Refactored assertions for e0_X in 3D manifold cell integrand specialized for IBL3 (details)
  58. mucked with 3-eqn IBL3 on duct ring case with corner fairing (details)
  59. Separated IBL3D BC stuff for 3-eqn and 4-eqn (details)
  60. Typo fix in 3-eqn IBL3 PDE's source (not used).  Cleanup & renaming.  Refactored 4-eqn IBL3 slipwall BC to be adaptive based crossflow characteristics (details)
  61. Refactored 4-eqn IBL3 PDE to keep up-to-date with 3-eqn formulation (details)
  62. cleaned up 4-eqn IBL3 BC vectors (details)
  63. Refactored NS Sduct case to sample at grid nodes so that sidewall points can be covered (details)
  64. More refactoring to sample BL at grid vertex stations (details)
  65. refactored 4-eqn IBL3 S-duct sandbox case to keep up with 3-eqn IBL3 (details)
  66. refactored 3-eq IBL3 case to compare with DBL3 on wing-body setup (details)
  67. added mitLG full-state inflow BC for 4-eqn IBL3 (details)
  68. Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE (details)
  69. Changed default slip-sidewall BC back to zero-crossflow (from the previous adaptive formulation).  Compared 3-eq and 4-eq IBL3 on a case with crossover cp distribution (details)
  70. minor tweaking to sandbox cases (details)
  71. Removed redundant parameter in mitLG BC class (details)
  72. torpedo case cleanup (details)
  73. tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup (details)
  74. bugfix in G variable initialization in torpedo case (details)
  75. separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3 (details)
  76. make lag equation G=0 when turned off (details)
  77. minor cleanup of sandbox case (details)
  78. added a crude restart capability for torpedo case by saving/reading DOF file (details)
  79. Added sphere/doublet option for flat plate panel method.  Refactored torpedo/sphere case I/O so that saved floating point numbers don't go below limit (s.t. they cannot be represented when read in and would cause errors). Other minor refactoring (details)
  80. ran 3D IBL3 free transition case with sphere/doublet (details)
  81. minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now. (details)
  82. minor tweak to torpedo sandbox case (details)
  83. Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0) (details)
  84. refactored torpedo case restart capability (details)
  85. added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup (details)
  86. relaxed floating-point comparison tolerance a little bit (details)
  87. refactoring duct ring sandbox case for 4-eqn IBL3 (details)
  88. minor cleanup (details)
  89. added comments to the duct ring grid (details)
  90. Added a constant full state inflow BC for 4-eqn IBL3 (details)
  91. added printout for examing duct ring surface grid (details)
  92. mucking with turbulent S-duct flow case (details)
  93. Make duct and duct ring cases the same for 4-eqn IBL3 (details)
  94. tweaked IBL3 output (details)
  95. added safety check in Qauxv 3D projection (details)
  96. minor cleanup (details)
  97. fixed a bug in 4-eqn IBL3 upwinding (i.e. R trace normal vector y-component).  Used L value by mistake and problematic only when nrmL != nrmR, e.g. in corner. (details)
  98. added commented-out print statements for debugging (details)
  99. changed default dissipation relation correction to 1 (details)
  100. changed default 3D qauxi project to use no upwinding (details)
  101. examined effect of discontinuous velocity field for 4-eqn IBL3 (details)
  102. refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations (details)
  103. mucked with different BL profile normal vector definition in sandbox case (details)
  104. Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid) (details)
  105. replaced a few least-used IBL3 output (details)
  106. added an option for arc fairing for duct hex grid (details)
  107. generalize fairing from arc of circle to ellipse (details)
  108. added corner fairing option to S-duct hex grid (details)
  109. Set no fairing for duct wall surface grid (details)
  110. tried a case of uncoupled IBL on arc surface (details)
  111. fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg (details)
  112. fixed too-narrow assertion. updated use of interior trace group indexing (details)
  113. file IO updates in test case (details)
  114. Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative (details)
  115. played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis (details)
  116. Add legacy VTK and Exodus metric files (details)
  117. VTK fixes (details)
  118. Fixed Body Force solver sensitvity (details)
  119. Warning fixes (details)
  120. fixed vera errors: long line (details)
  121. fixed vera errors: long line (details)
  122. updated include paths (details)
  123. updated include paths (details)
  124. removed outdated sandbox case (details)
  125. updated usage of 3D quad sheet grid's interior trace group count (details)
  126. updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names (details)
  127. turned off file output (details)
  128. relaxed tolerance for intel (details)
  129. relaxed tolerance again for intel (details)
  130. Remove depricated sprintf (details)
  131. Add cirumfirential body force (details)
  132. Use system valgrind (details)
  133. Fix warning (details)
  134. Derivative calculation fixes for asymmetric body forces (details)
  135. Suppress sanitizer odr violations. Add the ability for ugrid reader to (details)
  136. CMake file fix (details)
  137. Forgot to update files. Some cppcheck fixes. (details)
  138. Update 2D SA_R to latest deffinition on TMR (details)
  139. Fix abs with fabs (details)
Commit d9046fff8ad31edc13e198922b007ddad8a84cfb by shunz
Implemented mitLG symmetry wall BC for four-equation IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit 42c3a3079389f2a41de93e4b5747e8d2e048187d by shunz
allowed for some tolerance in finding boundary trace elements
The file was modified src/Field/FindElementFromX.cpp
Commit c7088e7ce3277bdc6e85d0a1bca70327fa1ff0ed by shunz
Reparametrized flat plate grid's S-duct geometry
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.h
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
Commit e3788f9107e4abb6bf3834c3aa6e790bb1c27d1d by shunz
added z margin in BL sampling so that points are in the computational domain even for coarse grids.  Make flat plate grid spacing uniform in x on the plate
The file was modified test/unit/UnitGrids/XField3D_FlatPlate_X1.cpp
The file was modified src/Field/FindElementFromX.cpp
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit df6675d1c31e7f7a77aee412361cc6d26519b7e3 by shunz
changed default to more BL sampling stations
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit de08572cea94a06721cebd2537d750343c489260 by shunz
Make screen output more concise for BL sampling
The file was modified src/Field/FindElementFromX.cpp
Commit cb67bc18e9016d9b664cd2fca7756d5ec5345b77 by shunz
Added  local basis vector e1 and e2 for IBL3 mitLG BC
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
The file was modified src/pde/NDConvert/BCNDConvertSpace3D.h
Commit 023fed87af5744b500d6044c162b95186bedd4ee by shunz
minor refactoring of screen printout
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit bde2d605a490383023b13a48b305e721bee12b65 by shunz
Turned on gradient calculation for mitLG BC for IBL3/manifold
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
Commit e2f7375d159a7b8f12bb86cd4750ab60f216e257 by shunz
changed half expanding nozzle to sin shape (without kink)
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 98c4d9c43e5a048e912c9e7757aaeffaa8897f86 by shunz
minor cleanup
The file was modified src/pde/IBL/BCIBL3D.h
Commit 97670c68b5be486590e90517591251f97581500b by shunz
renamed IBL3D slip-wall BC type
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit c1daed965ba992367603752e90fd4070001f6ac8 by shunz
Some more renaming of slip wall BC mitLG for IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit 523adca12afd7b15fd2b9c641605a9f84b78f6fd by shunz
Make 3-eq IBL3 variable data a templated class
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified src/pde/IBL/VarInterpret3D.h
The file was modified test/unit/pde/IBL/PDEIBL3D_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
The file was modified src/pde/IBL/IBLVarDataType3D.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
Commit 42185d9c1d87f4ae5ea0217a90a87f43c1476aec by shunz
More refactoring due to VarDataIBL3D being templated now. Also minor cleanup
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 8bc83b34ee663bd692b9c6dd065ea89da73966ce by shunz
Added slip-wall mitState BC for 3-eq IBL3D.  Refactored PDEIBL for 3-eq formulation to keep up with 4-eq formulation
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 16c99e9e2c3e934fc3e155d4742c52538ea7a2df by shunz
Added instantiations for 3-eq IBL3
The file was modified src/LinearAlgebra/SparseLinAlg/Krylov/FGMRES_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/PETSc/PETScSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/MKL_PARDISO/MKL_PARDISOSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/NonLinearSolver/LineUpdate/HalvingSearchLineUpdate_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/ScalarMatrix_CRS_int.cpp
The file was modified src/NonLinearSolver/NewtonSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/LinearAlgebra/SparseLinAlg/Direct/UMFPACK/UMFPACKSolver_MatrixBlock_4x4_Instantiate.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit f76435bdb54c2e3defc46016abb15d25a855588a by shunz
Add mitLG slip-wall BC for 3-eq IBL3D
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit ab8cf984f9f024d1c2718955e905fdf4ede4e096 by shunz
Added KE equation normalized by qe^2 for 3-eqn IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
Commit d7628d551c154026dcce433fe4a056b407aea74d by shunz
minor refactoring of a sandbox case
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 4990ed4a64013cfca59cb22fb651bce58882c5f5 by shunz
Refactored 3-eq IBL to use J & E as momentum and kinetic energy fluxes instead of P & K
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit f4f7c2ae1bc7309369de24e8d4cbb6d81a1c42d5 by shunz
Added a sandbox case of 3-eq IBL3 in duct
The file was modified src/pde/IBL/PDEIBL3D.h
The file was addedtest/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 1700b7ae66dd3b1e2a43a263e563d5d811bd346c by shunz
minor cleanup
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 281801ca65729420b1cb570b413d93a011bfdf54 by shunz
added explicit instantiation
The file was modified src/LinearAlgebra/DenseLinAlg/StaticSize/MatMul/MatrixS_MatMul_Native_Surreal_Instantiate.cpp
Commit 715718b65155535d6a416256979e8967f38c1f54 by shunz
Added an elbow-shaped hex box grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.h
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit fd155a6e7cf725249ea31c2d9a4e8988db63efb8 by shunz
Added macro to switch kinetic energy flux definition (K vs E) in 3-eqn IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
Commit b9e530a60ea8090e98b84caa5d72c115b0b8e818 by shunz
minor cleanup of a sandbox case
Commit df02ed5653e1c43d70df733e234af3bb3dd4b4af by shunz
Added macro to switch momentum flux definition (P vs J) in 3-eqn IBL3D
The file was modified src/pde/IBL/PDEIBL3D.h
Commit d4409ba3bdae3955ca3fff63495a2a197de4eabf by shunz
fix a recently introduced bug in source term when using P momentum flux in 3-eqn IBL3
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 78d75075aa2684bad756466c78f0738398439884 by shunz
cleanup of 3-eqn IBL3 BC
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit 7bd0c7d9ad1bdc142f68d61c5bef2d8f1d295160 by shunz
Enabled constant wall transpiration in linearized incompressible potential (LIP) BC
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.cpp
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
The file was modified src/pde/FullPotential/BCLinearizedIncompressiblePotential3D.h
Commit 5381364376275094cd0a6e97a1a0d2158b1799de by shunz
Refactored a sandbox case: uncoupled 3-eqn IBL3 with prescribed qe
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit 7476465d1790d8067b5c901c1705d2731d5b582e by shunz
Turned on PTC for a sandbox case
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit 71906279bb3420f931ee3b89d6333026620a8042 by shunz
Examined 3-eqn IBL3 (Nishida closure) characteristics without source terms
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit aec90ba530065d5dae8794f7971b13b7a703caa6 by shunz
Sandbox case refactoring: LIP in/out flow BC, solution & quadrature order.  BC 3-eqn IBL3 cleanup and addition of mitLG Dirichlet BC
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
The file was modified src/pde/IBL/BCIBL3D.h
Commit 5883214408ac7b582962548aca63562a9e6fb65a by shunz
Cleanup of IBL3 BC
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit a92f6a07ef2d3ccd7c533e402d1b82f7f43d6b3e by shunz
Refactored closure models: 2D closures are now uniquely contained in a single file, avoiding copy-pasting code in multiple spots
The file was modified src/pde/IBL/ClosureFourEqn3D_Lami.h
The file was removedtest/unit/pde/IBL/SecondaryVar2D_btest.cpp
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_btest.cpp
The file was modified src/pde/IBL/PDEIBLUniField.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosureFourEqn_impl.h
The file was modified src/pde/IBL/ClosureRelations3D_NeuralNet.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D.h
The file was removedsrc/pde/IBL/SecondaryVar2D_impl.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_impl.h
The file was modified src/pde/IBL/PDEIBL2D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/ClosureFourEqn3D_Turb_NeuralNet.h
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/unit/pde/IBL/ThicknessesCoefficients2D_ProfileClosure_btest.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was removedsrc/pde/IBL/SecondaryVar2D.h
The file was modified test/unit/pde/IBL/PDEIBL2D_btest.cpp
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was removedsrc/pde/IBL/SecondaryVar2D.cpp
The file was modified src/pde/IBL/ClosureRelations3D_Nishida.h
The file was modified src/pde/IBL/ThicknessesCoefficients2D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/ClosureRelationsFourEqn3D_CurveFit_lowDissipation.h
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified src/pde/IBL/IBLMiscClosures.h
The file was modified src/pde/IBL/ClosureFourEqn3D_Turb_Regularized.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D.h
Commit cd5468fdff2574d26067eb819f342df7fd6d69d5 by shunz
fixed lingering typos
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 81072f1b6585a6bfbf36c280a9778e1556bbd8c4 by shunz
Refactoring to keep up with 3-eqn IBL3 PDE's gas model change
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit 5a00ae6c36e9748c984a1dc536eb7f0383bbc097 by shunz
Changed default 3-eqn IBL3 closure to Nishida.  Updated pyrite files for associated 2D stagnation flow case
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified src/pde/IBL/FluidModels.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBL3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
Commit b39fee6a9c6c2fac5a8f755465bb7f7723ba3d33 by shunz
Had to turn on dummy turb 3-eqn IBL3 closure due to lami-turb blending
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
Commit 886bbf4c252471c4e98c6c5d43a5c798c3774961 by shunz
Updated 3-eqn IBL3 BC vector to include Falkner-Skan inflow mitLG
The file was modified src/pde/IBL/BCIBL3D.h
Commit 711a8bf9be2153e8f8b95f48b9e2e4cecb2f1e62 by shunz
Minor refactoring of sandbox cases
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 18ed5454ad7393920f7fe3f52ffb5d574f4c8cf9 by shunz
minor refactoring of sandbox cases
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit 003cc1a8848c2e7d8f548bd9b3faa1f4d1be3e05 by shunz
Add screen printout for numerical flux type and separated macro toggles for turning on/off amp and lag equations in 3-eqn IBL3 PDE
The file was modified src/pde/IBL/PDEIBL3D.h
Commit b97e44b3aa4d360e5439be17346bbcb023d87ada by shunz
minor refactoring of sandbox case
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit c0c18efc004a3fa923ca87c02727650b1f7f4508 by shunz
fix warning on style
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 6ba71a4d969e4ff8e39f5f4e4ee9806b1518ecdc by shunz
Refactored 3-eqn IBL3D to allow for runtime options for Lax-Friedrichs flux variants: based on qe or qn
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit 369cb621e4af4207f81ab19fb9099ec18f20da4d by shunz
Changed 3-eqn IBL3 slip-wall BC to adaptively switch between no-crossflow and BCNone depending interior characteristic direction
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 308b02ec3a310a3d7683c03d918d197ec9b41f6f by shunz
mucked with a sandbox case for uncoupled 3-eqn IBL3
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit d5895f840f602723c4cbc480d69770923fa0e9f0 by shunz
minor cleanup while playing with 3-eqn IBL3D on the duct case
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/ThicknessesCoefficients3D_CorrelationClosure_impl.h
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 49facba2a261bdf189025ecd1f5b6be3e5edffd7 by shunz
typo fix. the issue didn't cause any trouble though
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 762b3e679557661e24a30a55e46d0ffba7e5f0f2 by shunz
Added a sandbox case of 3-eqn IBL3 for duct ring BL. Also cleaned up other similar cases
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was addedtest/sandbox/Solve3D_3eqn_IBL3_duct_ring_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 70b0cb0239990f5d8c45dff20ee2fd233f4e43ea by shunz
fixed a harmless typo
The file was modified src/Discretization/Galerkin/IntegrandInteriorTrace_Galerkin_manifold.h
Commit 9103a512f32c397c8be42ccb026775b43ba5194f by shunz
Added some runtime checks for 3D manifold related trace normal and surface basis vectors
The file was modified src/Field/Element/TraceUnitNormal.h
The file was modified src/Field/Element/ElementXField_LocalAxesManager.h
The file was modified src/pde/IBL/PDEIBL3D.h
Commit b650f1bef9856be85a3dc2e624dc6dcb6a0e9322 by shunz
mucked with mitLG slip-sidewall BC for 4-eqn IBL3 --> decided not to use for now
The file was modified src/pde/IBL/BCIBL3D.h
Commit 1a9dd397ccbacad299fdfcc8b9192591ed51b4ed by shunz
Refactored assertions for e0_X in 3D manifold cell integrand specialized for IBL3
The file was modified src/Discretization/Galerkin/IntegrandCell_Galerkin_manifold_IBL3D.h
Commit 369bc0ce58b77542aaf1ee9e53eff6a780caf998 by shunz
mucked with 3-eqn IBL3 on duct ring case with corner fairing
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_ring_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit ce330bf373e54c0de730d010a8477eb408cfc75e by shunz
Separated IBL3D BC stuff for 3-eqn and 4-eqn
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/CMakeLists.txt
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was addedsrc/pde/IBL/BCIBLFourEqn3D.h
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was addedsrc/pde/IBL/BCIBLFourEqn3D.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified src/pde/IBL/BCIBL3D.cpp
Commit cb3df099b52a6b54853e01b4b8ca08074d867ca6 by shunz
Typo fix in 3-eqn IBL3 PDE's source (not used).  Cleanup & renaming.  Refactored 4-eqn IBL3 slipwall BC to be adaptive based crossflow characteristics
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
Commit 1e38187b95116a18d561bc222df55e168c8c0f29 by shunz
Refactored 4-eqn IBL3 PDE to keep up-to-date with 3-eqn formulation
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit dbf0ac9b37175f61d62d1fc2ca7f1591080d6dfc by shunz
cleaned up 4-eqn IBL3 BC vectors
The file was modified src/pde/IBL/BCIBLFourEqn3D.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_FP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block4x4_FP_Auxv_Auxi_IBL3_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
Commit e211e3b0ba00fcdaeeca0a35baf27d652c90d03c by shunz
Refactored NS Sduct case to sample at grid nodes so that sidewall points can be covered
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 95ed1952ce2188cbf81774a6fc6e0f4b930c56e1 by shunz
More refactoring to sample BL at grid vertex stations
The file was modified test/sandbox/Solve3D_VMSDBR2_NavierStokes_Sduct_toy.cpp
Commit 1463c7500deb08d3f2649aa24c9a2244d3f9e053 by shunz
refactored 4-eqn IBL3 S-duct sandbox case to keep up with 3-eqn IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit baa8eb14eb8b61845d1259087723804ff5d79a89 by shunz
refactored 3-eq IBL3 case to compare with DBL3 on wing-body setup
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
Commit 899a8eebc3a57b4cba41c45a7773b771bd52ea25 by shunz
added mitLG full-state inflow BC for 4-eqn IBL3
The file was modified src/pde/IBL/BCIBLFourEqn3D.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
Commit 7c648fd9dbaba5ad68e76ea80d91eb882bc9f8df by shunz
Added an uncoupled 4-eq IBL3 flat plate BL sandbox case with manufactured qe.  Minor edits to 3-eq IBL3 BC/PDE
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was addedtest/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
Commit bfddf6ab4de36a537666cf273663838a268bee24 by shunz
Changed default slip-sidewall BC back to zero-crossflow (from the previous adaptive formulation).  Compared 3-eq and 4-eq IBL3 on a case with crossover cp distribution
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
Commit 3047d384d0e72b2f6041f3d8a3669b92ba116bcf by shunz
minor tweaking to sandbox cases
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit 941e09baaddbd8f935477454b7611189333a3fd8 by shunz
Removed redundant parameter in mitLG BC class
The file was modified src/pde/IBL/BCIBLFourEqn3D.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
Commit 35fdde49d82e1a4574009760f773834e63a2c17b by shunz
torpedo case cleanup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 1ee2a9b665c8b24513be07e554463db72ef80ee5 by shunz
tweaked quadrature order for auxi and auxv equations in torpedo case. minor cleanup
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit aab1c642df7ec0e6791d808907bc2b4e12b1d593 by shunz
bugfix in G variable initialization in torpedo case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 2029d6b3fc7ade31bde6aeb772315b9c29cfe4d3 by shunz
separated PDE instantiation cpp files for 3-eqn and 4-eqn IBL3
The file was modified src/pde/IBL/PDEIBL3D.cpp
The file was addedsrc/pde/IBL/PDEIBLFourEqn3D.cpp
The file was modified src/pde/IBL/CMakeLists.txt
Commit 61fbbbe6cee03839f5a7c24cc910b41d546b261c by shunz
make lag equation G=0 when turned off
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit e6ef3724f9ff5781673fee7f8e368eaf517cb7c7 by shunz
minor cleanup of sandbox case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 06adf07bcd84a867465018d164ba7433530ed1c3 by shunz
added a crude restart capability for torpedo case by saving/reading DOF file
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 7656bbf2a68b4fc0c487e0accea51fcfc7279ffb by shunz
Added sphere/doublet option for flat plate panel method.  Refactored torpedo/sphere case I/O so that saved floating point numbers don't go below limit (s.t. they cannot be represented when read in and would cause errors). Other minor refactoring
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 3917cbd056ac06cb3d45819f6298626e215d0a46 by shunz
ran 3D IBL3 free transition case with sphere/doublet
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit ba5bf1b38a2ae90ea753ead697e80e0994165529 by shunz
minor tweak to 4-eqn IBL3 pde. Only keep ntcrit growth source term for now.
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 46850f8ab948f276d3239dcd8e0989c4ede99247 by shunz
minor tweak to torpedo sandbox case
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 4520719166be1d4067b877dc2efe47f567b6f91c by shunz
Added an macro option to turn of amplification equation for 4-eq IBL3 (i.e. nt = 0)
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 75ec2c8a6bdb5c98768934a72c2d21faaa916428 by shunz
refactored torpedo case restart capability
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
Commit 9e85f5e94f503c7d466c49f4bc72ce6a89bdcf14 by shunz
added crude restart capability for S-duct case for IBL3 (copied from torpedo). minor cleanup
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit f28047e94cb75337100a113574d0b706c145fce9 by shunz
relaxed floating-point comparison tolerance a little bit
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 3fdb2087ccb80a7c25392c638259e490e9d66090 by shunz
refactoring duct ring sandbox case for 4-eqn IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit 0f71e007e447fbd4e70a7a0ae60e2fc16bc18525 by shunz
minor cleanup
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit c7f308ea16887564404759009daf9b7b02d8989a by shunz
added comments to the duct ring grid
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.cpp
Commit 7fbb0c3a04134c90d216ba504635ce9157c1ecfb by shunz
Added a constant full state inflow BC for 4-eqn IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
The file was modified src/pde/IBL/BCIBLFourEqn3D.cpp
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 3d53495d8b7e5658c6a8fea89a26beada7f8c2a0 by shunz
added printout for examing duct ring surface grid
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1_btest.cpp
Commit aa210999c39045ca37c5dd17e58678ff6b0aec22 by shunz
mucking with turbulent S-duct flow case
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
Commit ec87744c9599891b50e90d3d83dba569def73696 by shunz
Make duct and duct ring cases the same for 4-eqn IBL3
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_toy.cpp
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit 0bfcb335dd78a53002ac6db0b2fdc5810624d9af by shunz
tweaked IBL3 output
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 657bcf06cb21ec614d33196f6bd649f3c5a04f9b by shunz
added safety check in Qauxv 3D projection
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxv3D.h
Commit e879a122b7db25e4c31968fcf9820c7d80e9b992 by shunz
minor cleanup
The file was modified src/pde/IBL/ClosureFourEqn3D_Turb_Regularized.h
Commit d3767c1d4253f27d3d1f1e03e54e4fad71003a06 by shunz
fixed a bug in 4-eqn IBL3 upwinding (i.e. R trace normal vector y-component).  Used L value by mistake and problematic only when nrmL != nrmR, e.g. in corner.
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
Commit 8bf960cf4247b3bb244f806641dd194803b71ab6 by shunz
added commented-out print statements for debugging
The file was modified src/pde/NDConvert/PDENDConvertSpace3D.h
Commit 37a7f9953b2ebce48fa4e567c4b0dfe2183024bd by shunz
changed default dissipation relation correction to 1
The file was modified src/pde/IBL/ClosureFourEqn3D_Turb_NeuralNet.h
The file was modified src/pde/IBL/ClosureFourEqn3D_Turb_Regularized.h
Commit 5f220a1e848b2fdc5464fe8f05a3cb2ac9f56158 by shunz
changed default 3D qauxi project to use no upwinding
The file was modified src/pde/IBL/ProjectToQauxi3D.h
Commit 280f4522b49686519dab929fd9362c4fcaf8c106 by shunz
examined effect of discontinuous velocity field for 4-eqn IBL3
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
Commit c064aed846a632c1d6834aeb72b56aeb8b731cf0 by shunz
refactored calculation of profile basis {q1,q2,nrm_bl} to allow for different formulations
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
The file was modified src/pde/IBL/PDEIBLFourEqn3D.h
The file was modified src/pde/IBL/QauxvInterpret3D.h
The file was modified src/pde/IBL/ProjectToQauxi3D.h
The file was modified test/unit/pde/IBL/PDEIBLFourEqn3D_btest.cpp
The file was modified src/pde/IBL/IntegrandCell_ProjectToQauxv3D.h
The file was modified src/pde/IBL/PDEIBL3D.h
The file was modified test/unit/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D_btest.cpp
The file was modified test/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
The file was modified src/pde/IBL/BCIBL3D.h
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
Commit 1ea2d2263e1c5c3c61710edae706b7332126d803 by shunz
mucked with different BL profile normal vector definition in sandbox case
The file was modified test/sandbox/Solve3D_Coupled_LIP_IBL3_duct_ring_toy.cpp
Commit 00a18902ca3c3aa107461d27ca23fe59404e52da by shunz
Refactored 3D sheet quad grid for IBL3. (simplified grid contruction using XFieldLagrange. allowing for more general curved manifold grid)
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1_btest.cpp
The file was modified test/unit/UnitGrids/XField3D_BoxBoundary_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.h
The file was modified test/unit/UnitGrids/XField3D_BoxBoundaries_Quad_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
Commit 0b5716cca9ff77a444fda7247642e533c7c9d3e4 by shunz
replaced a few least-used IBL3 output
The file was modified src/pde/IBL/ElementProjectionOutputIBL3D.h
Commit 1e9831338e2280c5a991ec7b14a5c70951eb1a34 by shunz
added an option for arc fairing for duct hex grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit c407d81a2427aaee20efbf39637e197aa63c2675 by shunz
generalize fairing from arc of circle to ellipse
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit e74d52b7ad044dc23b541ec7350f602e0d7a0d25 by shunz
added corner fairing option to S-duct hex grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit e8e803f61ba89ae03d1878ad59a75d1f0ee0eb1f by shunz
Set no fairing for duct wall surface grid
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
Commit 54979244eddbd95c7b18e2cf9be79f215d915047 by shunz
tried a case of uncoupled IBL on arc surface
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
Commit 0d955db315eb38168ca79e0b27fc103d3f809c4b by shunz
fixed outdated stuff due to updates of Axisymmetric API and Field directory reorg
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
The file was modified test/unit/UnitGrids/XField3D_Box_Hex_X1.cpp
The file was modified test/unit/UnitGrids/XField3D_Sheet_Quad_X1.cpp
The file was modified src/Discretization/Galerkin/IntegrandBoundaryTrace_Dirichlet_mitLG_Galerkin_manifold.h
Commit a356592f16aab6487bfdfbda1932d340b62c3de9 by shunz
fixed too-narrow assertion. updated use of interior trace group indexing
The file was modified test/sandbox/Solve3D_Coupled3x3_IBLFourEqn_FlatPlate_torpedo_agrid45_toy.cpp
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 8e2289075a048ebfd325e3f83e3c3def083e71b7 by shunz
file IO updates in test case
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
Commit f76d9895e56bd6b61d6ac95828cc6e7f20abd682 by shunz
Played with a case with step/sigmoid function of inlet BC to show qe-based alpha is not too dissipative
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_toy.cpp
The file was modified src/pde/IBL/BCIBLFourEqn3D.h
Commit 3e1c59aa633096617e29c3baf91d330989388dfd by shunz
played with 2D IBL cases to compare heuristic and corrected LF fluxes in PhD thesis
The file was modified src/pde/IBL/PDEIBLSplitAmpLag2D.h
The file was modified test/sandbox/Solve2D_Coupled4x4_IBL_fx67k170_single_run_toy.cpp
Commit c09f40e076f261a4f0c9756375e942801604125a by galbramc
Add legacy VTK and Exodus metric files
The file was modified src/Field/output/output_VTK_LIP.cpp
The file was modified src/Field/output/output_VTK.h
The file was addedsrc/Meshing/Exodus/EXtoSANS.cpp
The file was addedsrc/Meshing/Exodus/ReadMetric_Exodus.h
The file was modified CMakeLists.txt
The file was modified src/Field/XField/Partition/XField_Lagrange_Distribute_impl.h
The file was addedCMakeInclude/Builds/BuildSEACAS.cmake
The file was addedCMakeInclude/Checks/seacas_test.cxx
The file was modified src/MPI/continuousElementMap.h
The file was modified src/Meshing/ugrid/WriteMesh_ugrid.cpp
The file was addedsrc/Meshing/Exodus/XField_Exodus.h
The file was addedtest/unit/Meshing/VTK/CMakeLists.txt
The file was addedtest/unit/Meshing/Exodus/CMakeLists.txt
The file was addedsrc/Meshing/Exodus/CMakeLists.txt
The file was addedCMakeInclude/Checks/CheckSEACAS.cmake
The file was modified test/unit/Meshing/CMakeLists.txt
The file was modified src/Meshing/gmsh/WriteMesh_gmsh.cpp
The file was addedsrc/Meshing/Exodus/EXStatus.h
The file was addedsrc/Meshing/VTK/WriteMeshMetric_lVTK.cpp
The file was addedsrc/Meshing/VTK/WriteMeshMetric_lVTK.h
The file was addedtest/unit/Meshing/Exodus/WriteMeshMetric_Exodus_btest.cpp
The file was modified src/Field/XField/Partition/XField_Lagrange_impl.h
The file was modified src/Meshing/CMakeLists.txt
The file was addedsrc/Meshing/VTK/CMakeLists.txt
The file was modified src/Field/XField/Partition/XField_Lagrange.h
The file was addedsrc/Meshing/Exodus/EXtoSANS.h
The file was addedCMakeInclude/Finds/FindSEACAS.cmake
The file was addedsrc/Meshing/Exodus/WriteMeshMetric_Exodus.cpp
The file was addedsrc/Meshing/Exodus/XField_Exodus.cpp
The file was modified src/Topology/ElementTopology.h
The file was addedsrc/Meshing/Exodus/ReadMetric_Exodus.cpp
The file was addedtest/unit/Meshing/VTK/WriteMeshMetric_lVTK_btest.cpp
The file was modified CMakeInclude/Dependencies.cmake
The file was modified src/Meshing/EGADS/transform.cpp
The file was addedsrc/Meshing/Exodus/WriteMeshMetric_Exodus.h
The file was modified CMakeInclude/MakeSummaryFile.cmake
Commit 0a6fa49a0bfcc89a76183f89b18f45043952e6a9 by galbramc
VTK fixes
The file was modified test/unit/Meshing/VTK/WriteMeshMetric_lVTK_btest.cpp
The file was modified src/Meshing/VTK/WriteMeshMetric_lVTK.cpp
Commit 3073c582a9824a6aca48663f9de1f225663d3364 by galbramc
Fixed Body Force solver sensitvity
The file was modified src/Topology/ElementTopology.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
Commit 017352f661aad522a4694f4d9a66c62d7387a4e4 by galbramc
Warning fixes
The file was modified src/Field/XField/Partition/XField_Lagrange_Distribute_impl.h
Commit a043a278bd20305fc6d0429187982f94a2c0d7fe by shunz
fixed vera errors: long line
The file was modified src/PanelMethod/PiecewiseConstSourcePanel_FlatPlate3D.h
Commit 1cd8959875420c7e277fe54b6077690d77eb63c8 by shunz
fixed vera errors: long line
The file was modified src/pde/IBL/PDEIBL3D.h
Commit 476aa3c0a0872b902e270567534d19833ffd8d54 by shunz
updated include paths
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_ring_toy.cpp
The file was modified test/sandbox/Solve3D_3eqn_IBL3_duct_toy.cpp
Commit ff6ad31cf5ec18eb8c8fc134eed296a0fc21b3f8 by shunz
updated include paths
The file was modified test/sandbox/Solve3D_Uncoupled_IBLThreeEqn_FlatPlate_toy.cpp
The file was modified src/pde/IBL/AlgebraicEquationSet_ProjectToQauxv_3D.h
Commit 2e16033c4168a0a447a73a6f8b6a957b60df0b5d by shunz
removed outdated sandbox case
The file was removedtest/sandbox/Solve3D_Uncoupled_IBL_FlatPlate_Blasius_toy.cpp
Commit 470a816d3dd0c8f422bd11e08bad269a51dd7473 by shunz
updated usage of 3D quad sheet grid's interior trace group count
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_Blasius_toy.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBLFourEqn_Quad_btest.cpp
The file was modified test/sandbox/Solve3D_Uncoupled_IBLFourEqn_FlatPlate_StagnationRadial_toy.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Quad_btest.cpp
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/unit/Discretization/Block/AlgebraicEquationSet_Block3x3_Auxv_Auxi_IBL_Triangle_btest.cpp
Commit b52882432f40a25c441ed8229e8cceec1847648e by shunz
updated pyrite files. relaxed pyrite tolerance. fixed IO file/path names
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p2_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p4_Test.txt
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p3_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p4_Test.txt
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBL3D_StagnationFlow_LamiBL_Triangle_btest.cpp
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d1_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p0_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p1_Test.txt
The file was modified test/system/IO/AnalyticSolve/IBLFourEqn3D_StagnationFlow_LamiBL_Triangle_nelem1d2_p2_Test.txt
Commit 2bbccfbf30733a52f68e17e1a6a32a3c7b204f11 by shunz
turned off file output
The file was modified test/system/CodeConsistency/Solve2D_Coupled4x4_IBLSplitAmpLag_CorrelationClosure_CapturedTransition_PTC_btest.cpp
Commit 0ac82d1efd393469a2ba70a701446a8bc9cb05f5 by shunz
relaxed tolerance for intel
The file was modified test/unit/pde/IBL/ProjectToQauxi3D_btest.cpp
Commit f134526dde3b8072960ea8ad60d002a02e23eefb by shunz
relaxed tolerance again for intel
The file was modified test/system/AnalyticSolve/AnalyticSolve3D_IBLFourEqn_StagnationFlow_LamiBL_Triangle_btest.cpp
Commit 9bc90eec77398adb91b093f64475ca35aba15a0e by galbramc
Remove depricated sprintf
The file was modified src/Meshing/Exodus/WriteMeshMetric_Exodus.cpp
The file was modified src/Meshing/refine/XField_refine.cpp
The file was modified src/tools/BackTraceException.cpp
The file was modified src/Meshing/AFLR/AFLR2.cpp
The file was modified src/Meshing/EGTess/EGTessModel_aflr4.cpp
Commit 6246c4869203dcc497de0d61cdfa88f0a39c4406 by galbramc
Add cirumfirential body force
The file was modified src/Field/output_Tecplot/output_Tecplot_RotorSource.cpp
Commit 2f9104bf80ea62da6bffb56c047bc78337dadb83 by galbramc
Use system valgrind
The file was modified scripts/jenkins/jenkins_env.sh
Commit 589dcdc9fa6cbc8afbe8c618e833fb32903cf685 by galbramc
Fix warning
The file was modified test/unit/Python/Parameters_btest.cpp
Commit fd91cd8044a235c2e837e26ae7fa779fcf214ed9 by galbramc
Derivative calculation fixes for asymmetric body forces
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was modified src/Meshing/EGADS/RotorSource/Rotor.cpp
The file was modified src/Meshing/EGADS/RotorSource/Rotor.h
The file was modified test/unit/Field/NormalField_btest.cpp
Commit 727687418eddb6376402f959e5d26a0467463d15 by galbramc
Suppress sanitizer odr violations. Add the ability for ugrid reader to
read interior trace groups and mapbc files. Add readMesh for body force
solver.
The file was modified src/UserInterfaces/BodyForceSolver.h
The file was modified src/Meshing/EPIC/XField_PX.cpp
The file was modified src/Meshing/ugrid/CMakeLists.txt
The file was modified scripts/jenkins/jenkins_env.sh
The file was addedsrc/Meshing/ugrid/mapbc.cpp
The file was modified src/Meshing/ugrid/XFieldArea_ugrid.cpp
The file was modified src/Meshing/ugrid/XField_ugrid.h
The file was modified src/UserInterfaces/BodyForceSolver_impl.h
The file was addedsrc/Meshing/ugrid/mapbc.h
The file was modified src/UserInterfaces/PythonUI/PySANS_BodyForce.cpp
The file was modified test/unit/Meshing/ugrid/XField_ugrid_btest.cpp
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
Commit 25d2cdce66b81de471fe4a6d2acb5cb16b319ac3 by galbramc
CMake file fix
The file was modified src/Meshing/VTK/CMakeLists.txt
Commit 59e4c672c64c8e1ff49590f4d0c2c3cf0b22ed86 by galbramc
Forgot to update files. Some cppcheck fixes.
The file was modified src/Meshing/ugrid/XFieldVolume_ugrid.cpp
The file was modified src/Meshing/ugrid/XField_ugrid.h
The file was modified src/Meshing/ugrid/XFieldArea_ugrid.cpp
The file was modified test/unit/Python/Parameters_btest.cpp
The file was modified src/Meshing/ugrid/mapbc.cpp
The file was modified src/Meshing/ugrid/mapbc.h
The file was modified scripts/cppcheck/suppressions.txt
Commit 37e23dffd4089416fe80a8891d05d7428ddb6f58 by galbramc
Update 2D SA_R to latest deffinition on TMR
The file was modified test/unit/pde/NS/PDERANSSA2D_btest.cpp
The file was modified src/pde/NS/PDERANSSA2D.h
Commit c967d249eda189470904939cf98f266a45770ced by galbramc
Fix abs with fabs
The file was modified src/pde/NS/PDERANSSA2D.h