|
[Sponsors] |
July 31, 2014, 08:18 |
|
#361 | |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Quote:
It might be not completely straightforward to implement function objects for viscoelasticFluidFoam, though, as many of these function objects assume your case contains a transportProperties file, values of phi in each time directory, etc., which viscoelasticFluidFoam doesn't. Fixing this might require quite some work, I don't know, never tried. Good luck, Sita |
||
August 9, 2014, 17:01 |
A problem with modal analysis
|
#362 |
New Member
farahani
Join Date: Aug 2014
Posts: 4
Rep Power: 12 |
Hi everyone
I try to model a tank with water in but in solution part it has the below error. can you help me? "Water Liquid contains invalid property data. These problems are: Elasticity is required, but is currently undefined. Please switch to Engineering Data and correct the invalid property data" |
|
August 29, 2014, 09:42 |
pressure solver
|
#363 |
Member
Join Date: Feb 2012
Posts: 59
Rep Power: 14 |
Hi all,
When the PCG solver is used for p, it took very long time to get converged for a viscoelastic flow. Any idea for speeding up the convergence? Cheers. Raymond |
|
August 29, 2014, 09:44 |
|
#364 |
Senior Member
|
Hi Raymond. did you try GAMG solver?
Cheers, Alexander
__________________
Best regards, Dr. Alexander VAKHRUSHEV Christian Doppler Laboratory for "Metallurgical Applications of Magnetohydrodynamics" Simulation and Modelling of Metallurgical Processes Department of Metallurgy University of Leoben http://smmp.unileoben.ac.at |
|
August 29, 2014, 09:54 |
|
#365 |
Member
Join Date: Feb 2012
Posts: 59
Rep Power: 14 |
||
September 29, 2014, 22:41 |
|
#366 |
New Member
Alexa
Join Date: Sep 2014
Posts: 5
Rep Power: 12 |
hi everybody!
I'm stuck in a quite basic problem and I kindly would like to ask your help... I'm very new at Ubuntu and openfoam. I'm trying to discover how to install the solver viscoelasticFluidFoam in OpenFOAM 2.1.1 but I don't know what to do with the .tgz file. Can someone please help me and describe me what steps should I take to install it? I would be very grateful for your attention!! |
|
September 30, 2014, 10:19 |
|
#367 |
New Member
Alexa
Join Date: Sep 2014
Posts: 5
Rep Power: 12 |
Anybody, please?
|
|
December 17, 2014, 18:05 |
zero or small solvent viscosity
|
#368 |
Member
ali jafari
Join Date: Sep 2012
Posts: 50
Rep Power: 14 |
hi
I try to solve some problems by gisekus and oldroyd-b with negligible and zero solvent viscosity. viscoelasticfluidfoam can not do it. when I increase solvent viscosity it converges. do I modify code (transport model) ? any suggestion? Best regards |
|
December 17, 2014, 18:16 |
|
#369 |
Member
Nickolas P
Join Date: Oct 2010
Location: Greece
Posts: 30
Rep Power: 16 |
Hi Ali,
I had the same problem with these models as with all the rest that had solvent viscosity. A general practise in numerics would be to avoid giving zero values in general, especially when the code is a black box. So better place values as 0.000000001 or something which means zero. I'am not sure if the solvent viscosity in the equations OF solves is in the denominator and by zero goes to infinity and this might be a reason it does not converge. Nickolas |
|
December 19, 2014, 06:07 |
|
#370 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Hi Alexa,
The .tgz file you have is a compressed archive, you can unpack it by opening a terminal and typing: tar -zxfv file.tgz (file.tgz is a dummy name here, you should use the name of your file). tar is a program that can do packing/unpacking in Linux, -z means uncompress, x = extract, f means that tar should use the specified file name, and v stands for verbose, meaning that the program will inform you about its progress. Further instructions for the installation of OpenFOAM can be found on the OpenFOAM-Wiki: http://openfoamwiki.net/index.php/Installation Also Google can be extremely useful to find information on both (Ubuntu) Linux and OpenFOAM. Good luck, Sita |
|
December 19, 2014, 06:15 |
|
#371 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Hi Ali,
If you want to solve problems with zero solvent viscosity (i.e. modelling a polymer melt), you'd better use a model that is specifically meant for that. The melt equivalent of Oldroyd-B is the Upper Convected Maxwell model. Other, more sophisticated melt models in viscoelasticFluidFoam are the Pom-Pom-type models, like DCPP. Good luck, Sita |
|
December 20, 2014, 08:19 |
|
#372 |
Member
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 12 |
Hi all,
I am using OpenFOAM 2.3.x in Ubuntu 14.04. I installed it as per the steps described in http://www.tfd.chalmers.se/~hani/kur...OwnLaptop.html. Is viscoelasticFluidFoam a solver that is similar like other solvers such as nonNewtonianIcoFoam? Where is this viscoelasticFluidFoam library located inside the OpenFOAM? In simple, i would request you to clarify the morphology(structure) of viscoelasticFluidFoam and its location. For an example: the location of nonNewtonianIcoFoam solver is OpenFOAM/OpenFOAM2.3.x/applications/solvers/incompressible/ What would this be in context of viscoelasticFluidFoam? Thanking you. Yours Anil Kunwar Last edited by Annier; December 30, 2014 at 12:11. |
|
December 21, 2014, 01:02 |
|
#373 |
Member
Ron
Join Date: Jul 2014
Location: Japan
Posts: 40
Rep Power: 12 |
ANIL: Why don't you google it ? All the answers are available in many posts/books/files etc. . It is advisable to do thorough search on topic before posting your query.
|
|
December 23, 2014, 12:52 |
|
#374 | |
Senior Member
|
Quote:
Regards, Mostafa |
||
January 19, 2015, 12:11 |
|
#375 |
Member
Join Date: Sep 2012
Posts: 51
Rep Power: 14 |
Hi every one,
I'm working on multiphasic flows of viscoelastic fluids. I used the interDyMFoam and viscoelasticFluidFoam from of OE 3.1 to create a interViscoDyMFoam, using the work here. However, the viscosity from the constant/transportProperties is still used by the twoPhaseMixture operation : Code:
nuModel1_ ( viscosityModel::New ( "nu1", subDict(phase1Name_), U, phi ) ), nuModel2_ ( viscosityModel::New ( "nu2", subDict(phase2Name_), U, phi ) ), edit: actually I'd only need to read the viscoelascticProperties from the twoPhaseMixture files. However, the definitions are quite different from reading from the transportProperties files as usual. How could I, for example, read etap1 from constant/viscoelascticProperties in twoPhaseMixture.C ? Best regards, Florian Last edited by Hiroshiman; January 22, 2015 at 16:10. |
|
January 27, 2015, 04:17 |
viscoelasticThermalFoam
|
#376 |
New Member
arash
Join Date: Jan 2015
Posts: 14
Rep Power: 11 |
Hello fomers:
Does anyone have the viscoelasticThermalFoam solver? or any information about it. thank you. |
|
January 28, 2015, 11:39 |
viscoelasticfluiffoam
|
#377 |
Member
mojtaba
Join Date: Dec 2014
Location: iran
Posts: 41
Rep Power: 11 |
Hi Foamers. how long does it take to recompile?
|
|
January 28, 2015, 11:42 |
|
#378 |
Member
Join Date: Sep 2012
Posts: 51
Rep Power: 14 |
||
January 28, 2015, 11:48 |
viscoelasticfluidfoam
|
#379 |
Member
mojtaba
Join Date: Dec 2014
Location: iran
Posts: 41
Rep Power: 11 |
Hi Foamers. i've got a question sandip. How long does it take to recompile?
|
|
January 28, 2015, 13:40 |
viscoelasticfluidfoam
|
#380 |
Member
mojtaba
Join Date: Dec 2014
Location: iran
Posts: 41
Rep Power: 11 |
Sorry i posted the same question. as i wanted to run one of viscoelastic tutorial, i came up with this error
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 2.3.1-bcfaaa7b8660 Exec : blockMesh Date : Jan 28 2015 Time : 20:14:15 Host : "sepinood-Inspiron-N5010" PID : 27458 Case : /opt/openfoam231/tutorials/viscoelastic/viscoelasticFluidFoam/DCPP/constant/polyMesh nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time --> FOAM FATAL IO ERROR: cannot find file file: /opt/openfoam231/tutorials/viscoelastic/viscoelasticFluidFoam/DCPP/constant/polyMesh/system/controlDict at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 73. FOAM exiting i would appreciate your help. thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VOF simulation of a viscoelastic fluid | sinah | OpenFOAM Running, Solving & CFD | 11 | December 25, 2017 04:00 |
FREE SURFACE VISCOELASTIC FLOWS | Valdemir G. Ferreira | Main CFD Forum | 6 | December 18, 2009 07:14 |
Viscoelastic flow modeling in OpenFOAM | vulda | OpenFOAM Running, Solving & CFD | 1 | March 17, 2008 08:32 |
Polyflow & OpenFoam on Viscoelastic flow modeling | Sumeshen | Main CFD Forum | 0 | March 14, 2008 09:29 |
Viscoelastic fluid codes | joel davison | Main CFD Forum | 0 | November 6, 2001 06:09 |