Directory CCA/Components/Arches/ParticleModels/

Total Files:
13
Deleted Files:
2
Lines of Code:
116

[root]/CCA/Components/Arches/ParticleModels

Lines of Code

CCA/Components/Arches/ParticleModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 2289 (100.0%) 34.6
awabboud 41 (62.1%) 1796 (78.5%) 43.8
jthornoc 25 (37.9%) 493 (21.5%) 19.7

Most Recent Commits

jthornoc 2014-12-20 00:37 Rev.: 52836

Merging conflict with SVN head.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (new)
awabboud 2014-11-18 10:45 Rev.: 52725

Chaneg how cqmom sources are parsed into setup

21 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+6 -1), ParticleModelFactory.cc (+15 -5)
jthornoc 2014-11-13 17:45 Rev.: 52712

* Move to shared pointers for the task factories.
* Get the momentum RHS building and updating. Still needs work on the SSP integration and finalize all the build steps.
* From a factory, allow groupings of tasks and provide a way to retrieve these groups.
* Fix a bug when retrieving the tasks: The wrong memory was being returned resulting in a bogus task and undefined behavior.
* Put the particle helper in the Task base class.
* For now: for the FE update, pass a boolean to avoid division by density^(t+dt) to the RHS upon update.

4 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.h (new)
jthornoc 2014-11-13 17:44 Rev.: 52710

Better type inferences for the interface.

Adding a momentum RHS calculation. Still needs work.

60 lines of code changed in 9 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (new), Constant.h (new), DragModel.h (new), ExampleParticleModel.h (new), ParticleModelFactory.cc (+1 -2)
awabboud 2014-10-30 10:33 Rev.: 52616

Minor fixes to particle sources

3 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+1 -1), DragModel.h (+2 -2)
awabboud 2014-10-13 12:34 Rev.: 52567

Add a constant source term to the particle models.

243 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: Constant.cc (new 4), Constant.h (+209), ParticleModelFactory.cc (+29), sub.mk (+1)
jthornoc 2014-09-12 16:57 Rev.: 52431

Add an optional boundary condition task to ArchesTaskInterface.

update all derived tasks.

26 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+9), DragModel.h (+9), ExampleParticleModel.h (+8)
awabboud 2014-09-12 14:40 Rev.: 52428

fix dragmodel for w velocity dimension

1 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+1 -1)
awabboud 2014-09-11 13:38 Rev.: 52418

various fixes to the drag model, change Re limit to lessen discontinuity

11 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+11 -9)
awabboud 2014-09-10 15:39 Rev.: 52413

move varlabel lookup from initialize to setup

14 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+14 -16)
awabboud 2014-09-10 10:58 Rev.: 52411

change source wrapper to use updtaed values on second time substep

20 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+20 -4)
awabboud 2014-09-08 14:37 Rev.: 52402

Add a more generalized momentum drag source, adjust the momentum solver to actually call problemSetup on sources, fix drag model term.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+5 -1)
awabboud 2014-09-04 14:42 Rev.: 52385

Remove the fluid phase model, this is handled by dragmodel.h now

0 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: FluidDragModel.cc (del), FluidDragModel.h (del)
awabboud 2014-09-04 14:41 Rev.: 52384

Add the gas source term calcuation to the particle drag model, and rename/fix some of the variables.

82 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+82 -40), sub.mk (-1)
awabboud 2014-09-03 09:35 Rev.: 52382

fix two of the new particle source terms

21 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+8), FluidDragModel.h (new 8), ParticleModelFactory.cc (+5 -5)
awabboud 2014-08-29 13:25 Rev.: 52369

Clean up warnings

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (-4)
awabboud 2014-08-29 10:34 Rev.: 52368

comment this to fix building

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ParticleModelFactory.cc (+5 -5)
awabboud 2014-08-29 10:19 Rev.: 52367

add function to fix compile problem

4 lines of code changed in 2 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.h (+2), FluidDragModel.h (+2)
awabboud 2014-08-29 10:09 Rev.: 52366

Add in a graviational body force and the fluid phase drag model to new Arches particle models

648 lines of code changed in 6 files:

  • CCA/Components/Arches/ParticleModels: BodyForce.cc (new 3), BodyForce.h (+243), FluidDragModel.cc (new 3), FluidDragModel.h (+369), ParticleModelFactory.cc (+28), sub.mk (+2)
awabboud 2014-08-22 13:34 Rev.: 52335

Add in the soruce wrapper for CQMOM in order to utilize any arbitrary IC soruce term.

336 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: CQMOMSourceWrapper.cc (+232), CQMOMSourceWrapper.h (new 103), sub.mk (+1)
jthornoc 2014-08-22 12:33 Rev.: 52334

Register new varlabels in the problemSetup phase.

33 lines of code changed in 3 files:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+13 -1), ExampleParticleModel.h (+18 -1), ParticleModelFactory.cc (+2)
awabboud 2014-08-22 10:04 Rev.: 52332

adjust the drag model to be useable in test 1/2D cases.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+8 -6)
jthornoc 2014-08-13 09:59 Rev.: 52297

Initial import of Lagrangian particle support using Tonys ParticleHelper
class. Still more work to be done.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: ExampleParticleModel.h (-1)
awabboud 2014-08-11 15:48 Rev.: 52295

Fix drag model loops

5 lines of code changed in 1 file:

  • CCA/Components/Arches/ParticleModels: DragModel.h (+5 -9)
awabboud 2014-08-11 15:11 Rev.: 52292

Add in new code for a generalized particle drag model using nebo syntax. Add a new CC double for each of the u,v,w velocities to use these without theCCVelocity vector

369 lines of code changed in 4 files:

  • CCA/Components/Arches/ParticleModels: DragModel.cc (new 3), DragModel.h (+333), ParticleModelFactory.cc (+32), sub.mk (+1)
jthornoc 2014-08-07 14:27 Rev.: 52282

Adding a particle model factory.
Particle model tasks can now be added to evaluate dphi/dt type terms
using the new Arches task interface including the Nebo/SO syntax. A
simple rate term was added as an example.

Note that the rate term currently is looping over environments. In the
lagrangian particle case, I assume the total number of "environments"
will be = 1. This effectively means that the task will evaluate all
model terms across all environments/particles rather than having a
single task/environment.

370 lines of code changed in 5 files:

  • CCA/Components/Arches/ParticleModels: ExampleParticleModel.cc (new 4), ExampleParticleModel.h (+219), ParticleModelFactory.cc (+111), ParticleModelFactory.h (+29), sub.mk (+7)
Generated by StatSVN 0.7.0