View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000440 | OpenFOAM | Bug | public | 2012-02-28 15:02 | 2012-02-29 14:06 |
Reporter | Assigned To | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Unix | OS | Other | OS Version | (please specify) |
Summary | 0000440: dispersion model with lagragian particle tracking model for incompressible flows | ||||
Description | All particle tracking solvers such as sprayFoam and reactingFoam are based on compressible solvers. Often, however, particle tracking needs to be included in incompressibel flows without reactions, such as pimpleFoam. This can be done by using the kinematicCloud particle library. Similar as in icoUncoupledKinematicParcelFoam, a pressure field in Pa needs to be included, next to the pressure field required for the pimpeFoam in m2/s2 (normalized with rho). I have written this solver, however, there was one problem: all dispersionModel can not be used, as in the lagragian particle library the references to the turbulence models are explicitly compressible. Therefore, I have made a new library based on the original one in which all the references have been changed to incompressible. If this library is used, now also the dispersion models can be used in incompressible particle tracking solvers as well. For a more detailed description of my approach, please have a look at http://www.cfd-online.com/Forums/openfoam-solving/97629-dispersion-model-lagragian-particle-tracking-model-incompressible-flows.html My methods seems to work. Hopefully this incompressible particle tracking library can also be included in the next OF release. Regrards Eelco | ||||
Tags | No tags attached. | ||||
2012-02-28 15:02
|
|
|
Thanks for your thoughts. However, to simply copy an entire library in this way is not good practice, as code maintenance is severely compromised. I've made some changes that allow the use of incompressible turbulence models under commit af4126d |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-02-28 15:02 |
|
New Issue | |
2012-02-28 15:02 |
|
File Added: files.tgz | |
2012-02-29 14:06 |
|
Note Added: 0001097 | |
2012-02-29 14:06 |
|
Status | new => resolved |
2012-02-29 14:06 |
|
Fixed in Version | => 2.1.x |
2012-02-29 14:06 |
|
Resolution | open => fixed |
2012-02-29 14:06 |
|
Assigned To | => user2 |