This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/viscoelastic/viscoelasticFluidFoam/Oldroyd-B
Henrik Rusche 67ab0b5abd Vanilla backport
- in FOAM library
updated containers
backported PackedBoolList, hashedWordList, nullObject, wordRe,
backported functions to
backported int32 support
backported tableReaders
backported Function1, TimeFunction1
backported dynamicCode (for codedBCs, ...) -- needs to be mapped out
advanced error macros (FatalIOErrorInFunction, ...) -- needs to be mapped out
backported IOobject::MUST_READ_IF_MODIFIED and added IOobject::READ_IF_PRESENT_IF_MODIFIED (only in FO)

- in postProcessing
backported IO FOs (partialWrite, removeRegisteredObject, writeDictionary, writeRegisteredObject)
backported field FOs (fieldCoordinateSystemTransform, fieldValues, nearWallFields, processorField, readFields, regionSizeDistribution, streamLine, wallBoundedStreamLine)
backported fvTools FOs (calcFvcDiv, calcFvcGrad, calcMag)
backported jobControl FOs (abortCalculation)
backported utilities FOs (ourantNo, Lambda2, Peclet, Q, codedFunctionObject, pressureTools, residuals, scalarTransport, setTimeStep, timeActivatedFileUpdate, turbulenceFields, vorticity, wallShearStress)
2018-02-16 15:07:55 +01:00
..
0 Update case files 2016-06-21 15:04:21 +02:00
constant Update case files 2016-06-21 15:04:21 +02:00
system Vanilla backport 2018-02-16 15:07:55 +01:00
Allclean Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
Allrun Viscoelastic models and tutorials update. Jovani Favero and HJ 2010-10-12 12:42:12 +01:00
README Bump version in headers 2016-06-21 15:04:12 +02:00

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.0                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
#
#+TITLE: *Oldroyd-B viscoelastic constitutive model README file for version 3.2*
#+AUTHOR: Jovani
#+DATE:  05 October 2010



* This is a simulation case for a viscoelastic fluid described by the Oldroyd-B
  constitutive model (PTT-Linear).
  The geometry was the 4:1 plane contraction. This is a well studied
  geometry in viscoelastic fluid flow research.

  More details about the model or parameters used can be found at:

*** L.M. Quinzani, R.C. Amstrong, R.A. Brown, Birefringence and laser-Doppler velocimetry (LDV) studies of
    viscoelastic flow through a planar contraction, J. Non-Newtonian Fluid Mech. 52 (1994) 1-36.


*** This is only an illustrative case for the Oldroyd-B constitutive model. Therefore,
    there are not more details published until now for this model using this geometry
    and viscoelasticFluidFoam solver.