Skip to content

Commit

Permalink
ignore gravity in dfLowMachFoam solver
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuLmq committed Aug 19, 2024
1 parent 2ae5333 commit 5360622
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 1,252 deletions.
4 changes: 2 additions & 2 deletions applications/solvers/dfLowMachFoam/EEqn.H
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
fvm::laplacian(turbulence->alpha(), he)
- diffAlphaD
+ fvc::div(hDiffCorrFlux)
+ rho*(U&g)
// + rho*(U&g)
+ parcels.Sh(he)
+ hcSource
)
:
(
fvm::laplacian(turbulence->alphaEff(), he)
+ rho*(U&g)
// + rho*(U&g)
+ parcels.Sh(he)
+ hcSource
)
Expand Down
4 changes: 2 additions & 2 deletions applications/solvers/dfLowMachFoam/UEqn.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
fvm::ddt(rho, U) + fvm::div(phi, U)
+ turbulence->divDevRhoReff(U)
==
rho()*g
+ parcels.SU(U)
// rho()*g
parcels.SU(U)
);
fvVectorMatrix& UEqn = tUEqn.ref();
end1 = std::clock();
Expand Down
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ file(COPY ./dfLowMachFoam/twoD_reactingTGV/H2/cvodeSolver/postProcessing/sample/

file(COPY ./dfLowMachFoam/twoD_SandiaD_flareFGM/postProcessing/sample/1.1/data_T.xy DESTINATION 2DSandia)
file(COPY ./Tu500K-Phi1/fs DESTINATION flameSpeed)
file(COPY ./aachenBomb_2D/postProcessing/sample/0.0023/data_T.xy DESTINATION aachenBomb2D)

enable_testing()

Expand Down
33 changes: 0 additions & 33 deletions test/aachenBomb_2D/0/N2

This file was deleted.

33 changes: 0 additions & 33 deletions test/aachenBomb_2D/0/O2

This file was deleted.

33 changes: 0 additions & 33 deletions test/aachenBomb_2D/0/T

This file was deleted.

34 changes: 0 additions & 34 deletions test/aachenBomb_2D/0/U

This file was deleted.

33 changes: 0 additions & 33 deletions test/aachenBomb_2D/0/Ydefault

This file was deleted.

36 changes: 0 additions & 36 deletions test/aachenBomb_2D/0/alphat

This file was deleted.

36 changes: 0 additions & 36 deletions test/aachenBomb_2D/0/epsilon

This file was deleted.

36 changes: 0 additions & 36 deletions test/aachenBomb_2D/0/k

This file was deleted.

36 changes: 0 additions & 36 deletions test/aachenBomb_2D/0/nut

This file was deleted.

33 changes: 0 additions & 33 deletions test/aachenBomb_2D/0/p

This file was deleted.

Loading

0 comments on commit 5360622

Please sign in to comment.