|
[Sponsors] |
April 28, 2016, 13:42 |
Pair spring slider dashpot model
|
#1 |
Member
Charlie Lloyd
Join Date: Feb 2016
Posts: 57
Rep Power: 10 |
Hi all,
I have come across this model in the DPMFoam solver but I'm struggling to find where this code has come from. The "alpha" scalar that is read into the code is not the volume fraction of the fluid and I am not sure where it has come from. Could someone help find where it is defined? The spring-damper model can be found in: src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/PairCollision/PairModel/PairSpringSliderDashpot/ // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class CloudType> Foam::PairSpringSliderDashpot<CloudType>::PairSpri ngSliderDashpot ( const dictionary& dict, CloudType& cloud ) : PairModel<CloudType>(dict, cloud, typeName), Estar_(), Gstar_(), alpha_(readScalar(this->coeffDict().lookup("alpha"))), b_(readScalar(this->coeffDict().lookup("b"))), mu_(readScalar(this->coeffDict().lookup("mu"))), |
|
Tags |
dpmfoam spring dashpot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
Error in Two phase (condensation) modeling | adilsyyed | CFX | 15 | June 24, 2015 20:42 |
Atomization and Breakup model | xck1986 | OpenFOAM | 4 | May 31, 2014 05:43 |
manualInjection model in sprayFoam | Mentalo | OpenFOAM Running, Solving & CFD | 1 | April 2, 2014 10:29 |
Problems bout CFD model of biomass gasification, Downdraft gasifier | wanglong | FLUENT | 2 | November 26, 2009 00:27 |