CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

Modelling the Restitution-Coefficients including the Weber-Number

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 10, 2015, 04:16
Default Modelling the Restitution-Coefficients including the Weber-Number
  #1
Member
 
Nils
Join Date: Nov 2015
Posts: 59
Rep Power: 10
Deranda is on a distinguished road
Hello,

I try to model wall impigments in a lagrangian multiphase flow. So I defined a fieldfunction for my normal- , tangential restitution coefficients and the Weber-Number.

Weber-Number: ${TrackParticleDensity}*pow($${TrackParticleVeloci ty}.mag()*sin(${TrackParticleIncidenceAngle}),2)*$ {TrackParticleDiameter}/0.035

Normal-Restitution (${WeberNumber} < 1.31) ? 1 : (1.1 * pow(${WeberNumber},-0.36))

Tangential-Restitution ($${TrackParticleVelocity}.mag()*cos(${TrackPartic leIncidenceAngle}) < 0.11) ? 0 : 0.862-0.094/($${TrackParticleVelocity}.mag()*cos(${TrackPartic leIncidenceAngle}))

I have already selected the TrackFile with: Particle.Diameter, Particle.Density, Particle.Velocity (Incidence Angle is not allowed)

Boundary Sampling: Particle.Density, Particle.Diameter, Particle.IncidenceAngle, Particle.Velocity

When I run the simulation, the following error message occurs: Unable to compute field function TangentialRestitution on parcels of Lagrangian Phase: Phase1. Please check that function is defined here.

So far so good: Now I have tried to select the incidence angle on my TrackFile, because this is the missing parameter for my field function (even if the incidence angle needs something like a boundary to interact...) like I expected the following error occurs: Function "Particle Incidence Angle" is not available to the TrackFile model in Lagrangian phase "Physics1: Phase1"

By the way, I can display those fieldfunctions in a scalarscene on a boundary which is selected for the boundary sampling. But they are not defined on my Lagragian Phase.

How can I solve this problem? Are there any existing approaches? Thank you for your support!

Nils
Deranda is offline   Reply With Quote

Old   December 11, 2015, 09:05
Default
  #2
Member
 
Nils
Join Date: Nov 2015
Posts: 59
Rep Power: 10
Deranda is on a distinguished road
The problem has been solved.

It sounds simple:

Weber-Number:
${ParticleDensity}*pow($${ParticleVeloci ty}.mag()*sin(${ParticleIncidenceAngle}),2)*$ {ParticleDiameter}/0.035

Normal-Restitution:
(${WeberNumber} < 1.31) ? 1 : (1.1 * pow(${WeberNumber},-0.36))

Tangential-Restitution: ($${ParticleVelocity}.mag()*cos(${ParticleIncidenc eAngle}) < 0.11) ? 0 : 0.862-0.094/($${ParticleVelocity}.mag()*cos(${ParticleIncidenc eAngle}))

gives the right coefficients.
I thought that I necessarily have to use the Track-Parameters, because the IncidenceAngle is defined as an interaction between my LagrangianPhase and the boundary...

however, using the normal particle paramaters work quiet well.
Deranda is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ImmersedBoundary] Immersed Boundary Method in OpenFOAM-3.1-ext miladrakhsha OpenFOAM Community Contributions 106 July 3, 2023 10:26
Foam::error::PrintStack almir OpenFOAM Running, Solving & CFD 91 December 21, 2022 04:50
simpleFoam parallel AndrewMortimer OpenFOAM Running, Solving & CFD 12 August 7, 2015 18:45
foam-extend_3.1 decompose and pyfoam warning shipman OpenFOAM 3 July 24, 2014 08:14
Cluster ID's not contiguous in compute-nodes domain. ??? Shogan FLUENT 1 May 28, 2014 15:03


All times are GMT -4. The time now is 23:16.