CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Viscoelastic Fluid Flows using OpenFOAM The solver viscoelasticFluidFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree43Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 6, 2010, 11:56
Default
  #81
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
hello jovai

me agian

could you plz tel me if there is some papers from you about the solver and how it works!??

i only take your master theses and your presentation it owuld be nice form you if you have any papers about it
anon_c is offline   Reply With Quote

Old   February 6, 2010, 17:29
Default
  #82
Member
 
Jovani L. Favero
Join Date: Mar 2009
Location: Rio de Janeiro, RJ, Brazil
Posts: 45
Rep Power: 18
jovani is on a distinguished road
Send a message via Skype™ to jovani
Hello Tajoooko,

The papers about the solver was submitted but they are with the reviewers!
There is a small paper was presented in a congress and now published:

http://www.sciencedirect.com/science...84a12a8d75a411

but in this there is no relevant aspects about implementations only mathematical formulation and results.

Jovani
jovani is offline   Reply With Quote

Old   February 6, 2010, 17:43
Default
  #83
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
hello

yeh is ok i only need the mathematical aspekts bcz i am doning a bechmark between your solver and a comerzial one like fluent (i just do the visous formulations in the fluent solver and going to do the DEVSS method in fluent)

so i need to see what about the diffrene to your solver in openfoam, i just recognized that yours is really stable in higher De numbers very nice work really

plz could you mail me the paper ?! i cant get incide
anon_c is offline   Reply With Quote

Old   February 6, 2010, 23:35
Default help
  #84
Member
 
mohsen kh
Join Date: Nov 2009
Posts: 41
Rep Power: 15
mohsenkh599 is an unknown quantity at this point
hi jovani
I have downloaded your new solver (viscoelasticFluidFoam). but how it works? would I just copy it and paste in application folder? please tell me what should I do?
the Best
mohsenkh599 is offline   Reply With Quote

Old   February 7, 2010, 03:43
Default
  #85
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
hi mohsenkh599

you have to recombile it

but the solver in an viscoelastic order, then go in application order and edit the Allmake file and then reombile it...

you have to look in the openfoam1.5-dev version how the file herarchiy should be (and do it like them) then reombile and you get the solver
anon_c is offline   Reply With Quote

Old   February 7, 2010, 14:23
Default
  #86
Member
 
Jovani L. Favero
Join Date: Mar 2009
Location: Rio de Janeiro, RJ, Brazil
Posts: 45
Rep Power: 18
jovani is on a distinguished road
Send a message via Skype™ to jovani
Hi Mohsen,

You need specifies what OpenFOAM version are you using.
IF you are using OpenFOAM-1.5-dev the solver is already after you compiles the OF sources.
IF you have other OF them take a look in this same thread for one of my old post, once I answered how compile the solver in OF-1.6 times ago.

After the right compilation the solver will be ready to use, similar you uses icoFoam, for example. The tutorial of the solver (tutorials/viscoelasticFluidFoam) will guide you.

Best,

Jovani
jovani is offline   Reply With Quote

Old   February 18, 2010, 02:40
Default help
  #87
Member
 
mohsen kh
Join Date: Nov 2009
Posts: 41
Rep Power: 15
mohsenkh599 is an unknown quantity at this point
hi Foamers
I am trying to simulate viscoelastic fluids flow through a contraction using models which were developed by jovani e.g. PTT, Leonov, ....
I am using version 1.6 on ubuntu 9.1 and a PC with 2.35 GHz of cpu. but it takes a very long time to solve.
I just alter the fvSolutions as follows because the solver "PBiCGstab" is not included in version 1.6:
solvers
{

p
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
}

U
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}

taufirst
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}


}

PISO
{
momentumPredictor yes;
nCorrectors 2;
nNonOrthogonalCorrectors 1;
pRefCell 0;
pRefValue 0;
}

relaxationFactors
{
p 0.01;
U 0.01;
taufirst 0.01;
}
mohsenkh599 is offline   Reply With Quote

Old   February 20, 2010, 16:07
Default
  #88
Member
 
Jovani L. Favero
Join Date: Mar 2009
Location: Rio de Janeiro, RJ, Brazil
Posts: 45
Rep Power: 18
jovani is on a distinguished road
Send a message via Skype™ to jovani
Hello Mohsen,

This simulations really takes some time. I see you changes in relaxation factors, but this is very very small now, this parameters is to make the problem more stable smoothing the solution and for your case this can`t help you to get the steady-state first, i.e, with this relaxation you need increase the final time too, I can`t see great enhancements with this changes. One think really can help you on your question is use multigrid techniques to solve pressure (is the pressure takes a lot of time). I used this on tutorials examples, but you need see how use multigrid tecnhiques in your OF version. I have feedback of some people have adjusted multigrid (in OF) for 3d geometries with good enhancements in computational cost.

Best,
Jovani
jovani is offline   Reply With Quote

Old   March 10, 2010, 22:05
Default Using probe in OpenFOAM
  #89
Member
 
Jovani L. Favero
Join Date: Mar 2009
Location: Rio de Janeiro, RJ, Brazil
Posts: 45
Rep Power: 18
jovani is on a distinguished road
Send a message via Skype™ to jovani
Hello Foamers,

Sometimes we want take the value of some property in any point of the domain for each time step. We do not need save data for each time step, once we can do more easy in OpenFOAM.

All is necessary is put some new lines in the controlDict file, i. e., the lines bellow:

functions
(
centerline // the name for the probe
{
// Type of functionObject
type probes;

// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");

// Locations to be probed. runTime modifiable!
probeLocations
(
(1 0 0) // first point to probe inside the geometry
(1.5 0 0) // second point to probe inside the geometry
);

// Fields to be probed. runTime modifiable!
fields
(
taufirst // create probe data to taufirst field (symmTensor)
U // create probe data to U field (vector)
p // create probe data to p field (scalar)
// .... another field we want
);
}
);

Soon we start the solver a directory named centerline is created into the case directory. Into this there is the time directory and into the time directory the files containing the data for the probe.

The files generated by probe are not ready to use in grace or gnuplot, once the data are in tensor OpenFOAM form. See bellow for the field U, for example:

# Time
1.19998e-05 (1.44637e-05 -1.50596e-11 0) (1.44637e-05 -1.91593e-11 0)
2.63988e-05 (3.17809e-05 -1.25082e-11 0) (3.17809e-05 -1.14036e-12 0)
4.36766e-05 (5.2514e-05 9.46453e-12 0) (5.2514e-05 5.30116e-12 0)

To process tensorial OF probes files and get another files ready to use in graph programs I use the shell script attached. The script automatically make xmgrace graphs too.

Once the script is on the system the usage is easy:

$foamProbe [<probes files directory> <numbers of monitoring points> <field name> <optional value: 0 - open in xmgrace, 1 - save to eps file>]

For the example above we can do:
$foamProbe centerline/0/ 2 U --> to create data for the 2 monitoring points and for field U.
or
$foamProbe centerline/0/ 2 U 0 --> to open in xmgrace. Obs.: this need xmgrace.
or
$foamProbe centerline/0/ 2 U 1 --> to create automatically eps figures for the data. Obs.: this need xmgrace too.

A new file is generated for each monitoring point.

Enjoy,

Jovani
Attached Files
File Type: gz foamProbe.tar.gz (1.6 KB, 76 views)
jovani is offline   Reply With Quote

Old   March 12, 2010, 23:42
Default different between wmake and Allwmake
  #90
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Jovani
I hope you are well.
I have one question about your solver. When I copied viscoelastic models from OpenFOAM-dev to different version of OpenFOAM (I think it's name is standard version) and I used wmake for viscoelastic library it didn't compile correctly but when I used Allwmake for complete transport models library it worked correctly. Why?
Could you or any one else help me?
Thanks very much
Best regards
ata is offline   Reply With Quote

Old   March 13, 2010, 03:30
Default
  #91
Member
 
Primoz Ternik
Join Date: Apr 2009
Location: Maribor, Slovenia
Posts: 65
Rep Power: 17
ternik is on a distinguished road
Quote:
Originally Posted by jovani View Post
Hello Foamers,

Sometimes we want take the value of some property in any point of the domain for each time step. We do not need save data for each time step, once we can do more easy in OpenFOAM.

All is necessary is put some new lines in the controlDict file, i. e., the lines bellow:

functions
(
centerline // the name for the probe
{
// Type of functionObject
type probes;

// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");

// Locations to be probed. runTime modifiable!
probeLocations
(
(1 0 0) // first point to probe inside the geometry
(1.5 0 0) // second point to probe inside the geometry
);

// Fields to be probed. runTime modifiable!
fields
(
taufirst // create probe data to taufirst field (symmTensor)
U // create probe data to U field (vector)
p // create probe data to p field (scalar)
// .... another field we want
);
}
);

Soon we start the solver a directory named centerline is created into the case directory. Into this there is the time directory and into the time directory the files containing the data for the probe.

The files generated by probe are not ready to use in grace or gnuplot, once the data are in tensor OpenFOAM form. See bellow for the field U, for example:

# Time
1.19998e-05 (1.44637e-05 -1.50596e-11 0) (1.44637e-05 -1.91593e-11 0)
2.63988e-05 (3.17809e-05 -1.25082e-11 0) (3.17809e-05 -1.14036e-12 0)
4.36766e-05 (5.2514e-05 9.46453e-12 0) (5.2514e-05 5.30116e-12 0)

To process tensorial OF probes files and get another files ready to use in graph programs I use the shell script attached. The script automatically make xmgrace graphs too.

Once the script is on the system the usage is easy:

$foamProbe [<probes files directory> <numbers of monitoring points> <field name> <optional value: 0 - open in xmgrace, 1 - save to eps file>]

For the example above we can do:
$foamProbe centerline/0/ 2 U --> to create data for the 2 monitoring points and for field U.
or
$foamProbe centerline/0/ 2 U 0 --> to open in xmgrace. Obs.: this need xmgrace.
or
$foamProbe centerline/0/ 2 U 1 --> to create automatically eps figures for the data. Obs.: this need xmgrace too.

A new file is generated for each monitoring point.

Enjoy,

Jovani
Hey Jovani,

thanks again for your contribution - I have tried your "Probes" recipe and (of course) it works well ! And your script for extracting the "Probed" results - I think it will make our "post-processing live" much easier!

One question - do you think it is possible (if yes, how) to use the "Probes" for the components of the symmetrical rate of deformation tensor and the average velocity of a fluid (the latter might be found useful for pressure-driven oscillating flows, i.e. flows where the average velocity and therefore fluid mass flow changes with time)?

Thank you again!

Enjoy,
Primoz
ternik is offline   Reply With Quote

Old   March 13, 2010, 19:47
Default
  #92
Member
 
Jovani L. Favero
Join Date: Mar 2009
Location: Rio de Janeiro, RJ, Brazil
Posts: 45
Rep Power: 18
jovani is on a distinguished road
Send a message via Skype™ to jovani
Hello,

Ata,
you need more then only "wmake" to compile this, once you are trying compile a LIBRARY (the viscoelastic models library). You must compile without problems using "wmake libso", this is what Allwmake script do!!

Primoz,

yes, is possible, there is more than 1 possibility to do it, but one fast and simple is:
Create an object to store symmetrical rate of deformation tensor and calculate this in each time step. Later this field can be used without problems with probe library. This can be done to others fields you want too. To flow and U average the simple way is see for patchAverage and patchIntegrate tools, or you can take the velocity on a boundary field U.boundaryField() and the area mesh.magSf().boundaryField() to do these calculations.


Enjoy,

Jovani
jovani is offline   Reply With Quote

Old   March 15, 2010, 07:43
Default wmake and Allwmake
  #93
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Jovani
Thank you very much for your reply.
Best regards

Ata
ata is offline   Reply With Quote

Old   March 15, 2010, 13:06
Default
  #94
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
hello viscoelastic foamers

i just implemnted a new model to use with viscoelasticfluidfoam this is very easy on an ubuntu 8.10 system the same way and prcedure in opensuse 10.3 didnt accept that

when i put in newmodell > (newmodell.C and newmodell.H) in viscoelasticlows

then go to the place of transprot modells where the ./Allmake is there then (before i need to wirte in make that is should also be done) i do this on ubuntu very succsicfull but in opensuse it complie it
and then by using viscoelasticfluidfoam allways it come that the model is not availebe

what is wrong?
anon_c is offline   Reply With Quote

Old   March 16, 2010, 00:30
Default Viscoelastic Fluid Flows using OpenFOAM The solver viscoelasticFluidFoam
  #95
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi Tajoooko
Did you add your model to Allwmake file itself?
ata is offline   Reply With Quote

Old   March 16, 2010, 02:22
Default
  #96
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
hi ata

i adad that in the directory

viscoelastic/Make

and then there in the

file data

i write the newModell like the otheres

then go out to directory

src/transportModells and there

just typ

./Allmake

and it seems that every thing is ok and it is compiled

(the same way i do in ubuntu 8.10) really the same way the only difference is that on this system i have opensuse 10.3??!! no idea now the secound third day with the same problem

this kind of adding a modell i do in the past very often on my ubuntu system
anon_c is offline   Reply With Quote

Old   March 16, 2010, 07:23
Default Allwmake
  #97
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi tajoooko
I hope you are well. Jovani got a thread for me on this topic. As he said you must open Allwmake in gedit and add a line at the end of it. See that post. I think it probably help you.
Best regards

Ata
ata is offline   Reply With Quote

Old   March 16, 2010, 07:45
Default
  #98
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
ah no the why that jovai discriped is complety the same i used under ubuntu and opensuse

i really dont under stnad what is the problem

i even also looked in side the directory the new model is in i can find all kind of need such like newmodell.o and so on even in the data file where all models are listed

but only when runing vsicoelasticfluidfoam then i see that there isn't this newmodell
anon_c is offline   Reply With Quote

Old   March 17, 2010, 05:16
Default
  #99
Disabled
 
Join Date: Jul 2009
Posts: 63
Rep Power: 16
anon_c is on a distinguished road
ok it is solved the problem was that i have in opensuse done the bachrc other then in ubuntu bcz i am using it from another source

thank you ata
anon_c is offline   Reply With Quote

Old   March 18, 2010, 02:47
Default
  #100
ata
Senior Member
 
ata's Avatar
 
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 17
ata is on a distinguished road
Hi tajoooko
How are you? I hope you are well. I am very glad for solving your problem.
I have a problem. When I compile a new model I got an error like this:
No rule to make target.
Do you or any one else help me?
Any help will be appreciated.
Best regards
ata 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
VOF simulation of a viscoelastic fluid sinah OpenFOAM Running, Solving & CFD 11 December 25, 2017 03:00
FREE SURFACE VISCOELASTIC FLOWS Valdemir G. Ferreira Main CFD Forum 6 December 18, 2009 06:14
Viscoelastic flow modeling in OpenFOAM vulda OpenFOAM Running, Solving & CFD 1 March 17, 2008 07:32
Polyflow & OpenFoam on Viscoelastic flow modeling Sumeshen Main CFD Forum 0 March 14, 2008 08:29
Viscoelastic fluid codes joel davison Main CFD Forum 0 November 6, 2001 05:09


All times are GMT -4. The time now is 02:18.