User Guide
User Guide
Version 6.0
July 2, 2022
License
This document is licensed under
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License
http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
Acknowledgments
The work leading to the preparation of this document has received funding from
the European Research Council under the European Union’s Seventh Framework
Programme (FP7/2007-2013)/ERC Grant agreement no 307499. The
collaboration with Professor Fernando T. Pinho (University of Porto, Portugal),
Professor Paulo J. Oliveira (University of Beira Interior, Portugal) and Dr
Alexandre Afonso (University of Porto, Portugal) in the development of
numerical methods for computational rheology is also acknowledged.
Disclaimer
This offering is not approved or endorsed by OpenCFD Limited, producer and
distributor of the OpenFOAM software via www.openfoam.com, and owner of the
OPENFOAM R and OpenCFD R trade marks.
The recommendations expressed in this document are those of the authors and
are not necessarily the views of, or endorsement by, third parties named in this
document.
RheoTool, where this guide is included, is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY. See the GNU General Public
License (http://www.gnu.org/licenses/) for more details.
Trademarks
Linux is a registered trademark of Linus Torvalds.
OpenFOAM is a registered trademark of of OpenCFD Limited.
Paraview is a registered trademark of Kitware.
Typeset in LATEX.
c 2016-2022 Francisco Pimenta, Manuel A. Alves
Contents
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Guide organization . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Changelog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Citing rheoTool . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.5 Contacts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.6 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2 Installation 11
2.1 Compatibility with OpenFOAM R and foam-extend versions . . . . 11
2.2 Differences between versions . . . . . . . . . . . . . . . . . . . . . . 11
2.3 System requirements . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4 Step-by-step instructions . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4.1 Download/clone rheoTool . . . . . . . . . . . . . . . . . . . 13
2.4.2 Download Eigen library . . . . . . . . . . . . . . . . . . . . 13
2.4.3 Install Petsc library . . . . . . . . . . . . . . . . . . . . . . . 14
2.4.4 Compile rheoTool . . . . . . . . . . . . . . . . . . . . . . . . 16
3 Theoretical background 18
3.1 Governing equations of complex fluid flows . . . . . . . . . . . . . . 18
3.2 Stabilization of viscoelastic fluid flow simulations . . . . . . . . . . 19
3.2.1 The both-sides-diffusion (BSD) technique . . . . . . . . . . . 19
3.2.2 The log-conformation tensor approach . . . . . . . . . . . . 20
3.3 Non-isothermal flows . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.3.1 Temperature-dependent physical properties . . . . . . . . . . 22
3.3.2 Heat flux continuity at solid-fluid interfaces . . . . . . . . . 22
3.4 Coupling algorithms . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.4.1 Pressure-velocity coupling . . . . . . . . . . . . . . . . . . . 23
3.4.2 Stress-velocity coupling . . . . . . . . . . . . . . . . . . . . . 24
3.5 High-resolution schemes . . . . . . . . . . . . . . . . . . . . . . . . 24
3.6 Moving grids . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
3.7 Segregated vs coupled solvers . . . . . . . . . . . . . . . . . . . . . 27
3.8 Electrically-driven flow models . . . . . . . . . . . . . . . . . . . . . 27
3.8.1 Poisson-Nernst-Planck model . . . . . . . . . . . . . . . . . 28
3.8.2 Splitting the electric potential . . . . . . . . . . . . . . . . . 28
3.8.3 Poisson-Boltzmann model . . . . . . . . . . . . . . . . . . . 29
ii
CONTENTS iii
4 Overview of rheoTool 40
4.1 constitutiveEquations library . . . . . . . . . . . . . . . . . . . . . . 40
4.1.1 GNF and viscoelastic models . . . . . . . . . . . . . . . . . 40
4.1.2 A note on FENE-type models . . . . . . . . . . . . . . . . . 49
4.1.3 Multi-mode modeling . . . . . . . . . . . . . . . . . . . . . . 51
4.1.4 Analysis of a code sample . . . . . . . . . . . . . . . . . . . 51
4.1.5 Advanced settings . . . . . . . . . . . . . . . . . . . . . . . . 56
4.1.6 Adding new viscoelastic or GNF models . . . . . . . . . . . 57
4.2 thermoRheoTool library . . . . . . . . . . . . . . . . . . . . . . . . 58
4.2.1 Models for fluid phases . . . . . . . . . . . . . . . . . . . . . 58
4.2.2 Models for solid phases . . . . . . . . . . . . . . . . . . . . . 59
4.2.3 Thermo-functions for viscosity and relaxation time . . . . . 59
4.2.4 The log-conformation tensor approach in non-isothermal flows 60
4.2.5 Solving the energy equation in multiple domains . . . . . . . 60
4.3 EDFModels library . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
4.3.1 EDF models . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
4.3.2 The potentials splitting approach and multi-species model-
ing in the PNP, PB and DH models . . . . . . . . . . . . . . 63
4.3.3 Electrokinetic coupling loop in the PNP model . . . . . . . . 63
4.3.4 Coupled PNP model . . . . . . . . . . . . . . . . . . . . . . 63
4.3.5 Analysis of a code sample . . . . . . . . . . . . . . . . . . . 64
4.3.6 Adding new EDF models . . . . . . . . . . . . . . . . . . . . 71
4.4 BDmolecule library . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
4.4.1 Organization of variables . . . . . . . . . . . . . . . . . . . . 72
4.4.2 Solution sequence . . . . . . . . . . . . . . . . . . . . . . . . 73
4.4.3 External forcing type . . . . . . . . . . . . . . . . . . . . . . 76
4.4.4 External forcing interpolation . . . . . . . . . . . . . . . . . 76
4.4.5 Spring force and time-integration schemes . . . . . . . . . . 79
4.4.6 Tethering and fixing the molecules center of mass . . . . . . 81
4.4.7 Beads tracking . . . . . . . . . . . . . . . . . . . . . . . . . 82
4.4.8 Data output for post-processing . . . . . . . . . . . . . . . . 82
4.4.9 Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
4.5 sparseMatrixSolvers library . . . . . . . . . . . . . . . . . . . . . . 84
4.5.1 Conditions to reuse the preconditioner/factorization . . . . . 84
CONTENTS iv
5 Tutorials 139
5.1 rheoFoam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139
5.1.1 General guidelines . . . . . . . . . . . . . . . . . . . . . . . 139
5.1.2 A note on coded FunctionObjects . . . . . . . . . . . . . . . 145
CONTENTS v
6 FAQs 232
CONTENTS vi
Bibliography 240
Chapter 1
Introduction
1.1 Motivation
The open-source OpenFOAM R toolbox can be used as a versatile finite-volume
solver for CFD simulations in general polyhedral grids. A number of constitutive
equations for Generalized Newtonian Fluids (GNF) are already available in the
toolbox for a long time. More recently, Favero et al. [1] created a library containing
a wide range of constitutive equations to model viscoelastic fluids, along with a
solver named viscoelasticFluidFoam which makes use of this library. However,
viscoelasticFluidFoam presents stability issues in certain conditions, such as, for
example, in the simulation of high Weissenberg number (Wi) flows or when there
is no solvent viscosity contribution (e.g. in the upper-convected Maxwell model).
In Ref. [2], we attempted to minimize those issues by modifying critical points
in the viscoelasticFluidFoam solver and in the handling of viscoelastic models. The
modified solver was tested in benchmark flows and second-order accuracy, both in
space and time, was observed, in addition to an enhanced stability [2]. The package
that we present in this document – rheoTool – implements the method described
in [2].
Afterwards, the capability to simulate electrically-driven flows was added to
rheoTool [3] and is available since version 2.0.
Recognizing the importance of modeling polymeric flows at different scales, a
Brownian dynamics solver has been implemented in rheoTool [4], which is available
since version 3.0.
In [5] we implemented coupled solvers for electrically-driven flows, which can
be also used for pressure-driven flows. Moreover, rheoTool was interfaced to ex-
ternal libraries (Petsc, Hypre, Eigen) that widen the range of available (direct and
iterative) sparse matrix solvers.
Non-isothermal solvers were introduced in version 5.0 [6]. These include both
single-region and multi-region solvers with implicit coupling of the energy equation
between regions.
Solver rheoFilmFoam was introduced in version 6.0 to allow the simulation
of film-casting [7]. The model implemented follows a 2.5D approach, where the
equations are thickness-averaged in the direction normal to the main film surface.
Several other features are continuously being introduced without an associated
1
CHAPTER 1. Introduction 2
• both GNF and viscoelastic models can be selected on run time and applied to
single-phase laminar flows. A solver for two-phase flows is also being devel-
oped and an experimental (but fully functional) version is already available.
• transient flow solvers use the SIMPLEC algorithm for pressure-velocity cou-
pling, instead of the PISO implementation. Large time-steps can be used
without decoupling problems, and the use of under-relaxation is not required
(except for pressure in some problems using non-orthogonal grids).
• coupled and segregated solvers are available for single- and multi-region do-
mains.
• rheoTool can use sparse matrix solvers from Petsc, Hypre and Eigen.
• the tool is provided with a user-guide (this document) and a selected set of
tutorials reproducing relevant benchmark or real-life flow problems.
CHAPTER 1. Introduction 3
• Chapter 5 contains several tutorials, guiding the reader into the use of
rheoTool .
The language and the content used in this guide assumes that the reader has
a basic knowledge on the use of the OpenFOAM R toolbox and is familiar with
the finite-volumes method applied to CFD problems. It is out the scope of this
document to serve as an introduction on those subjects.
Although rheoTool is available for different OpenFOAM R and foam-extend
versions, for historical reasons Chapters 4 and 5 are still mainly based on
OpenFOAM R version 2.2.2 to describe the contents (except the content related
with Brownian dynamics simulations, described for OpenFOAM R version 5.x).
However, the small differences among different versions should not be an obstacle
to the readers using any other version.
The readers interested in the theory behind rheoTool are strongly encouraged
to first read Refs. [2], [3], [4], [5] and [6] before this guide.
1.3 Changelog
Version 6.0
Released on 03/07/2022
Generic
• Add: added rheoTool version for OpenFOAM R v9.0. The version compatible
with OpenFOAM R v7.0 will be discontinued in a future release.
• Fix: the code version for OpenFOAM R v9.0 is now compatible with Clang/l-
lvm (tested on Clang/llvm 12).
1
http://openfoam.org/
2
http://www.extend-project.de/
CHAPTER 1. Introduction 4
Solvers
Constitutive equations
Boundary conditions
Multiphase
Version 5.0
Released on 30/04/2020.
Generic
• Add: added rheoTool version for OpenFOAM R v7.0. The version compatible
with OpenFOAM R v6.0 will be discontinued in a future release.
Non-isothermal solvers
the energy equation between regions. The corresponding tutorials and theory
in the user-guide are also available.
Coupled solvers
• Fix: fixed bug related with ddt-phi correction for coupled solvers.
• Change: the library containing the machinery for coupled solvers has been
(significantly) modified in order to handle multi-region domains in a single
coupled matrix.
• Add: added support for cyclicAMI patches in coupled and segregated solvers.
However, cyclicAMI patches of rotational type are only partially supported
(explicitly handled in segregated solvers and not available in coupled solvers).
Multiphase
Version 4.1
Released on 17/06/2019.
• Fix: fixed two memory leaks in class coupledSolver, one minor (argv for
PETSc) and one major (related with matrix A0 ). Only for the OpenFOAM R
version.
Constitutive equations
• Add and change: the class for the PTT constitutive equation was modified
to incorporate all variants of this model in a single class. Therefore, the
previous PTTexp and PTTlinear classes are now variants of a single class
named PTT, whose typename is also PTT. In addition to the linear and
exponential variants of the model, a third one, denoted generalized, was
added based on Ref. [11]. The selection between variants relies on keyword
destructionFunctionType (see the tutorials). All the changes/additions are
CHAPTER 1. Introduction 6
Electrically-driven flows
Tutorials
• Change: all tutorials involving the PTT constitutive equation were modified
according to the new syntax of this model, arising from code reorganization.
Version 4.0
Released on 04/04/2019.
Generic
• Add: added interfaces to Petsc, Hypre and Eigen libraries, allowing the use
of their (direct and iterative) sparse matrix solvers. All the interfaces can
be used in parallel, except the one for Eigen. Only for the OpenFOAM R
version.
• Add: added coupled solvers for both pressure- and electrically-driven flows.
Most viscoelastic models can be solved within a coupled solution method.
Only for the OpenFOAM R version.
Electrically-driven flows
Constitutive equations
• Change: the code for the constitutive equations of viscoelastic models has
been modified to allow integration with coupled solvers. Only for the
OpenFOAM R version.
CHAPTER 1. Introduction 7
Solvers
• Fix: fixed bug in rheoInterFoam for OpenFOAM R version 6.0, which was
preventing post-processing (missing call to update()).
Tutorials
• Fix: fixed bug related to the old flag for stabilization methods in several
tutorials, which was aborting the runs.
Version 3.0
Released on 18/09/2018.
• Add: solvers, libraries, utilities and tutorials for Brownian dynamics simu-
lations of polymer molecules.
Generic
• Add: all solvers are now compatible with dynamic meshes. Due to this
change, and for convenience, momentum equation is the first to be solved,
followed by pressure equation and then the equations for the remaining vari-
ables (extra-stresses, passive scalar, etc.).
• Add: added note in the user-guide (Section 2.4.4) about parallel compilation
of rheoTool .
Constitutive equations
• Add: Casson model has been added to the library of constitutive equations.
• Add: the Vasquez-Cook-Mckinley (VCM) model has been added to the li-
brary of constitutive equations.
• Add: the Reactive Rod Model (RRM) model has been added to the library
of constitutive equations.
• Add: the Bautista-Manero-Puig (BMP) model has been added to the library
of constitutive equations. Both stress and log-conformation versions are
available.
Version 2.0
Released on 09/02/2018.
Electrically-driven flows
Constitutive equations
• Add: the Rolie-Poly viscoelastic model has been added to the library of
constitutive equations. Both the stress and log-conformation versions are
available.
• Change: sPTT models have been generalized to their full form by replacing
the upper-convected derivative by the Gordon-Schowalter derivative. It is
now possible to simulate PTT models with non-affine deformation, in both
the stress and log-conformation versions.
• Change: the stabilization method in viscoelastic simulations has been made
general and run time selectable: none, BSD or coupling.
• Change: a verification step has been added to the WhiteMetznerLog model
in order to prevent its incorrect use (see the note in the table displaying the
constitutive equations).
Post-Processing
• Add: class ppUtil for post-processing purposes has been added to the versions
for OpenFOAM R and the one existing for foam-extend has been modified.
Enable the use of multiple ppUtil in simultaneous.
• Fix: sampling error was fixed for the tutorials of versions of40 and fe40.
Multiphase flows
• Change: (fvc::grad(U)&fvc::grad(etaS()*alpha)) has been replaced by
fvc::div(etaS()*alpha*dev2(T(fvc::grad(U)))) for the use in multi-
phase flows (constitutiveEq.C).
• Fix: call to constrainPressure() in rheoInterFoam, version of40, has been
corrected for the SIMPLEC algorithm (pEqn.H). Added a section in the user-
guide on how to use properly the fixedFluxPressure BC with rheoInterFoam
in versions of222 and fe40.
• Add: tutorials on the die swell problem.
Generic
• Change/Fix: code cleanup and bug fix (BC evaluation of the explicit fvc::
div(phi,X) operator) in class GaussDefCmpw .
• Change/Add: replace boundary condition extST by the Type-independent
linearExtrapolation boundary condition (no backward compatibility). Added
optional second-order regression.
• Change: major update of the user guide to include electrically-driven flows.
Other changes were made in its content and organization, and some typos
were corrected.
• Change: ensure compatibility with foam-extend 4.0 and OpenFOAM R v4.1.
Version 1.0
Released on 6/12/2016.
Initial version.
CHAPTER 1. Introduction 10
@misc{rheoTool,
author = "F. Pimenta and M.A. Alves",
title = "rheoTool",
howpublished = "\url{https://github.com/fppimenta/rheoTool}",
year = "2016"}
Since the underlying theory of rheoTool has been mainly presented in technical
papers [2–6], these can also be used for citation purposes.
1.5 Contacts
rheoTool is under continuous development and new features and improvements
will be added in the future. If you have any suggestions, comments or doubts
regarding the tool, or if you found a bug or error, feel free to contact us:
1.6 Contributing
In the open-source spirit, rheoTool is open to contributions from the community.
If you believe that your piece of code is worth to be incorporated in rheoTool ’s
next version, feel free to contact us.
Chapter 2
Installation
The list above includes the versions which were effectively tested. This means
that a given version of rheoTool may be compatible with other OpenFOAM R or
foam-extend versions not included in this list. The versions above were tested in
Ubuntu 20.04, but other operating systems running OpenFOAM R can eventually
support some version of rheoTool . However, the installation is only described here
for a Linux OS.
11
CHAPTER 2. Installation 12
that are not available for the foam-extend version: the Brownian dynamics module
and the interfaces to external libraries (Petsc, Hypre and Eigen) providing access
to a wider range of sparse matrix solvers (including coupled solvers).
Besides those major differences, in order to make rheoTool compatible with
each OpenFOAM R /foam-extend version, several modifications were required at
the programming level for each case. Still, the user-interface remained almost
unchanged among the different versions. The main exception is on the codedStream
FunctionObjects and coded boundary conditions, which are used in the tutorials
of Chapter 5. Indeed, while these functionalities are available in OpenFOAM R ,
it is not the case for foam-extend. Thus, the coded boundary conditions and the
utilities implemented as codedStream FunctionObjects in OpenFOAM R versions
had to be assembled and compiled in a library for the foam-extend version.
A second point to be taken into account is that rheoTool may perform differ-
ently in each OpenFOAM R /foam-extend version, as it may happen with any other
default solver of OpenFOAM R /foam-extend. This is naturally a consequence of
the evolution of the core machinery of OpenFOAM R /foam-extend, transversal to
many solvers and libraries. Fortunately, in most of the cases the differences will
be small. The following issues were detected in the tests that we performed:
• in general, a tutorial of rheoTool for OpenFOAM R versions may be run either
in serial or parallel while keeping the same numerical settings. However,
in the tests using the foam-extend version, it was observed that parallel
simulations are less stable than serial ones, usually requiring a smaller time-
step or some under-relaxation of the velocity (sometimes as low as 0.97).
doc
(…)
(…)
(…) (…)
feyy solvers
tutorials
The top-level directory of rheoTool contains the versions available for different
OpenFOAM R (of ) and foam-extend (fe) versions. The folder doc/, containing the
user guide, is also in the top-level directory. Inside the folder for each version, there
are two directories: src/, where the source code can be found, and tutorials/,
containing several tutorial cases showing the use of rheoTool . The src/ directory
is further subdivided in a directory with the applications (solvers/) and another
one containing libraries (libs/).
After cloning/downloading rheoTool , the user is free to remove from the top-
level directory all the versions not needed and keep only the one(s) of interest.
or foam-extend. If this is the case, be sure that the alias pointing to the desired
version has been typed. Shortly, you should only advance to the next step if a
command like ∼$ icoFoam -help is recognized in the terminal. Note that in
this document we use the prepending ∼$ for any instruction to be typed in the
command line (thus, ∼$ icoFoam -help means that you only type icoFoam
-help). If this check is successful, run the script downloadEigen in that terminal:
∼$ ./downloadEigen
This script downloads Eigen version A.B.C (check/change the version number
on the top of the script) from the Internet (using wget), extracts it and moves it
to directory:
$WM PROJECT USER DIR/ThirdParty/EigenA.B.C
Eigen is used in rheoTool for computation of eigenvalues and eigenvectors and
there is no need to install the library, since the inclusion of the required headers
is enough for our purposes.
However, its location in the system must defined and exported. This is achieved
by attributing to variable EIGEN_RHEO – the one used and recognized by rheoTool –
the actual path of Eigen. The command to do so has been displayed to the terminal
after running script downloadEigen (if everything was ok) and looks like:
∼$ echo "export EIGEN_RHEO=/home/user/OpenFOAM/user-4.0/ThirdParty
/Eigen3.2.9">>/home/user/.bashrc
Do not copy this command, it is just an example of what is displayed to the
screen. Instead, copy-paste and run the command appearing in your terminal.
If, for some reason, the user wants to move Eigen to another directory (or
already has an Eigen version in another directory), then move Eigen to its final
location (if already not) and define variable EIGEN_RHEO accordingly. Note that
Eigen only needs to be installed once per system. Even if the user has
installed multiple versions of rheoTool in the same system, the above procedure
only needs to be run once (for the first version being installed), as long as the
directory containing Eigen since the first installation is not deleted, or renamed.
Petsc [13–15] has been added to the dependencies used by rheoTool starting
from version 4.0. This library provides a number of efficient and scalable sparse
matrix solvers, that can be used in rheoTool with both segregated and coupled
solvers.
The script installPetsc is responsible for downloading Petsc and the de-
pendencies it needs, configuring Petsc, compiling the libraries and exporting the
variables needed to call and use Petsc from any location. While the script is run-
ning, the user will be prompted to insert its password (and Yes or No) to allow
the installation of some dependencies needed by Petsc:
CHAPTER 2. Installation 15
libatlas-dev,libatlas-base-dev,libblas-dev,liblapack-dev,flex,bi
son,git,make,cmake,gfortran
Some of these dependencies might already exist in the system, and in those
cases nothing is done. Only the inexistent dependencies will be downloaded and
installed. This is the only part of the script requiring sudo mode (password con-
firmation). If the user is sure that all these packages are already installed in
the system, then commenting section ## Install dependencies inside the script is
enough to avoid the need for sudo, which can be problematic for non-administrator
users.
The script has been tested on a fresh install of Ubuntu 20.04, after in-
stalling OpenFOAM R binaries. The system OpenMPI is being used by both
OpenFOAM R and Petsc in such conditions. This is a point worth to empha-
size: both OpenFOAM R and Petsc should be compiled with the same MPI soft-
ware, which, however, can be different from OpenMPI. At the beginning of script
installPetsc, the user can change the paths to the MPI library and wrappers
upon need.
Petsc library is configured with standard options, that the user can found and
modify under section ## Configure petsc. To check the full range of options
available, please consult Petsc references [13, 14]. The configuration that we set
as default will download and install the following additional packages from within
Petsc:
hypre,parmetis,metis,ptscotch,mumps,scalapack
Note that Petsc could be also installed via apt-get (there are binaries available),
but this would not allow configuring and using the most recent versions of the
software.
For most of the users, the script to install Petsc can be run without any mod-
ification. In such cases, go the directory corresponding to one of the rheoTool
versions (where you will find file installPetsc), open a terminal and ensure that
file etc/bashrc of your installed OpenFOAM R version was sourced (as for Eigen).
Then run the script installPetsc in that terminal:
∼$ ./installPetsc
Petsc library is saved and compiled to directory:
$WM PROJECT USER DIR/ThirdParty
which can be changed by the user inside the script (before running it).
Note: while installing outdated versions of Petsc, the user might be prompted
to sign in to github (via command line) in order to download an also outdated
version of Hypre. The user may either sign-in or, to avoid that, download manually
the needed version of Hypre (modifying correspondingly configure to point out to
Hypre’s path; see more information here) or change Petsc’s version (on the top of
script installPetsc) to the latest release, although in this case we cannot ensure
compatibility with rheoTool .
Installing Petsc only needs to be performed once per system. For example,
if you have multiple versions of rheoTool in the same machine, only a single in-
stall of Petsc is needed (recommended). Note that script installPetsc modifies
CHAPTER 2. Installation 16
your ~/.bashrc file by appending Petsc variables to it (see the code at the end
of the script). If you have multiple versions of Petsc installed, or if you change
the location or version of Petsc, do not forget to manage these variables. Run-
ning (until completion) installPetsc multiple times will duplicate these variables
and possibly cause conflicts of paths. After installing Petsc with success, it is
good idea to check your ~/.bashrc and verify if the three variables PETSC DIR,
PETSC ARCH and LD LIBRARY PATH appended at the end are correctly de-
fined and not duplicated.
/home/user/OpenFOAM/user-6/platforms/linux64GccDPInt32Opt/lib/
libsparseMatrixSolvers.so: undefined reference to ‘VecSet’
...
To avoid this issue, the user needs to ensure that the path to PETSc library is
added to $LD LIBRARY PATH after sourcing the etc/bashrc of OpenFOAM R ,
such that it survives. Among the several possibilities, a simple one is to modify the
alias. For that, open your system ~/.bashrc in edit mode, for example running
gedit ∼/.bashrc, find your alias (typically at the bottom of the file) and
modify it appending command
export LD_LIBRARY_PATH=$PETSC_DIR/$PETSC_ARCH/lib:$LD_LIBRARY_PATH
at its end, with the two commands separated by a semicolon. Thus, an alias of
the form (this is just an example)
alias of60=’source /opt/openfoam6/etc/bashrc’
After you move rheoTool to its final location, open a new terminal (to ensure
that your system ~/.bashrc is sourced and contains the path of Eigen and Petsc)
in the top-level directory of rheoTool (ensuring that the OpenFOAM R or foam-
extend environment has been sourced, as previously) and enter the directory with
the version of rheoTool that is compatible with your OpenFOAM R or foam-extend
version, and then go to directory src/. For example, for OpenFOAM R v6.0, it
would be:
∼$ cd of60/src
Now, run the script Allwmake to build the libraries and applications of
rheoTool . In order to speed up the compilation, several processors can be used, if
available. For OpenFOAM R users, run
∼$ ./Allwmake -j N
for parallel compilation with N processors. For example, ./Allwmake -j 3
will compile in parallel using 3 processors. If the number of processors is not
specified, all available processors are used. If option −j is not passed to the script,
the compilation will use WM NCOMPPROCS processors, where this variable is
usually defined in the etc/bashrc file of your OpenFOAM R installation. For
foam-extend users, option −j is not recognized by the script, therefore simply run
∼$ ./Allwmake
The compilation in foam-extend will typically make use of all processors avail-
able in the system, since variable WM NCOMPPROCS is set by default in such
way.
Both the libraries and applications installed with rheoTool can be ”cleaned”
by running the script Allwclean.
Since the user will probably not need the remaining versions of rheoTool that
remain in the top-level directory, they can simply be deleted, if already not.
To check if the installation succeeded, the user should try running one of the
tutorials in Chapter 5.
Chapter 3
Theoretical background
∇· u = 0 (3.1)
∂u 0
ρ + u· ∇u = −∇p + ∇· τ + f (3.2)
∂t
0
where u is the velocity vector, t is the time, p is the pressure, τ is the extra-stress
tensor and f is any external body-force, such as the electric force discussed in
Section 3.8. To simulate viscoelastic fluid flows, it is a common approach to split
the total extra-stress tensor in a solvent contribution (τs ) and a polymeric contri-
0
bution (τ), τ = τ + τs . In order to have a closed set of equations, a constitutive
equation is required for each tensor contribution, which can be generally written
as in Eqs. (3.3) and (3.4), for a wide range of models,
∇
f (τ)τ + λ(γ̇) τ + h(τ) = ηp (γ̇)(∇u + ∇uT ) (3.4)
18
CHAPTER 3. Theoretical background 19
In Eqs. (3.3) and (3.4), ηs is the solvent viscosity, ηp is the polymeric viscosity
coefficient, λ is the relaxation time, γ̇ is the shear-rate, f (τ) is a general scalar
function depending on an invariant of τ, h(τ) is a tensor-valued function depend-
∇
ing on τ and τ= ∂τ ∂t
+ u· ∇τ − τ· ∇u − ∇uT · τ represents the upper-convected
time derivative, which renders the models frame-invariant. Some models use the
∇
Gordon-Schowalter derivative (τ =τ +ζ (τ· D + D· τ), with D = 21 (∇u + ∇uT ))
instead of the upper-convected derivative, in order to take non-affine deformation
into account (controlled by parameter ζ). In rheoTool , this is the case of PTT-
type models. Other constitutive models exist, which can also make use of the
lower-convected time derivative, but those are not explored here. The constitu-
tive equation for a GNF is limited to Eq. (3.3), since elasticity is not considered
0
(τ = τs ). In Table 4.1 presented in the next Chapter, Eqs. (3.3) and (3.4) are
specified for several GNF and viscoelastic models.
Eqs. (3.1)–(3.4) represent the standard system of equations to be solved. How-
ever, due to numerical stability issues in viscoelastic fluid flow simulations, the
system is rarely solved in that form. Indeed, several techniques are available for
stabilization purposes (see, for instance, Ref. [16] for a comparison between the
most popular techniques) and the ones used in rheoTool are addressed next.
∂u
ρ + u· ∇u − ∇· (ηs + ηp )∇u = −∇p − ∇· (ηp ∇u) + ∇· τ + f (3.5)
∂t
Note that the added diffusive terms are scaled by the polymeric viscosity (ηp ),
which is a common choice in the literature (e.g. Ref. [16]), although not mandatory.
In order to simplify the reading, the possible dependence of the viscosity and
relaxation time on the shear-rate will be dropped in the respective symbols, as
already done in Eq. (3.5), although this relation still holds to keep generality.
CHAPTER 3. Theoretical background 20
Θ = RΛΘ RT (3.13)
and the conformation tensor is recovered by the inverse relation of Eq. (3.7)
Finally, the polymeric extra-stress tensor can be computed from A (Eq. 3.6)
and used in the momentum equation.
Note that for PTT-type models, which may include non-affine deformation
through the Gordon-Schowalter derivative, the tensor M (Eq. 3.11) is computed
differently: M = R ∇uT − ζD RT .
It is worth to mention that the log-conformation approach can be considered a
particular case of the kernel-conformation method [18]. However, from our expe-
rience, the log kernel is frequently the optimal kernel (in terms of robustness and
accuracy) for generic problems, so that only this one is widely used in rheoTool .
Nevertheless, for the Oldroyd-B model, the rootk kernel [18] and the square-root
transformation [19] are also included in rheoTool for demonstration purposes.
radiation (any of the available OpenFOAM R models can be used). The second-
term in the RHS of Eq. (3.17) represents viscous dissipation and is written in a
form which assumes that all mechanical energy is dissipated as heat [6].
The energy equation in a solid region is equal to Eq. (3.17) without the con-
vective and viscous dissipation terms.
k(T ) = k0 + k1 T + k2 T 2 + k3 T 3 (3.21)
The multiplicative functions fη (T ) and fλ (T ) can assume different forms de-
pending on the specific model assumed (see Section 4.2.3). The temperature de-
pendence of the thermal conductivity assumes the form of a third order polynomial.
1 H 1 1 ∗
∇· (∇p)P = ∇· + − (∇p )P (3.24)
aP − H1 aP aP − H1 aP
P
where aP are the diagonal coefficients from the momentum equation, H1 = − anb
nb
is an operator representing the negative sum of the off-diagonal coefficients from
momentum equation, H = − anb u∗nb + b is an operator containing the off-
P
nb
diagonal contributions, plus source terms (except the pressure gradient) of the
momentum equation and p∗ is the pressure field known from the previous time-
step or iteration. Accordingly, the equation to correct the velocity after obtaining
the continuity-compliant pressure field from Eq. (3.24) is
H 1 1 1
u= + − (∇p∗ )P − (∇p)P (3.25)
aP aP − H1 aP aP − H1
Importantly, in order to avoid the onset of checkerboard fields, the pressure
gradient terms involved in the computation of face velocities, i.e., in Eqs. (3.24)
and (3.25), are directly evaluated using the pressure on the cells straddling the face,
in a Rhie-Chow-like procedure (more details in Ref. [2]). Nonetheless, when Eq.
(3.25) is used to correct the cell-centered velocity field, the pressure gradient terms
are computed ”in the usual way”, for example using Green-Gauss integration.
Rhie-Chow methods used to avoid checkerboard fields, as the one described
in the previous paragraph, are known to be affected by the use of small time-
steps and they also present time-step dependency on steady-state results [20].
In OpenFOAM R solvers, a common strategy to avoid such effects is to add a
corrective term to face-interpolated velocities, through functions ddtPhiCorr() or
ddtCorr(). Recently, in foam-extend the time-step dependency was solved in a
different way, by removing the transient term contribution from the aP coefficients
of the momentum equation [21]. However, this approach may be problematic when
CHAPTER 3. Theoretical background 24
used with the SIMPLEC algorithm, since a division by zero is prone to happen.
In rheoTool , we keep using the added corrective term, although, as mentioned in
Ref. [2], this term can be improved in order to more efficiently avoid the small
time-step dependency of steady-state solutions.
∂u
ρ + u· ∇u − ∇· (ηs + ηp )∇u = −∇p − ∇· ηp ∇u + ∇· τ + f (3.27)
∂t
φf = [φC ]implicit + [(α − 1)φC + βφD + (1 − α − β)(φD − 2(∇φ)C · dCD )]explicit (3.32)
common to all the components (they only depend on the flux). The differentiation
between components is only introduced in the explicit part of Eq. (3.32), generat-
ing a different source term for each individual tensor/vector component. This is
possible due to the use of a deferred correction approach.
where φ is any generic variable being advected and ub is the velocity at which
surface S is moving. Moreover, the space conservation law (SCL) needs to be
satisfied to ensure mass conservation [24],
Z Z
d
dV − ub · ndS = 0 (3.34)
dt V S
If the SCL is ensured, the continuity equation remains unchanged and R so does
the pressure equation. In practice, the SCL is imposed while computing S ub ·ndS
in Eq. (3.33), which is the flux due to mesh motion. According to Eq. (3.34), the
form taken by this term involving the volume swept by the moving faces at different
times depends on the discretization scheme of time-derivatives. More details can
be found in [24].
In addition to changing the position of its control volumes, the mesh can also
change its topology if cells are removed or added. This is at the basis of auto-
matic mesh refinement (AMR), frequently used to locally (un)refine the mesh at
particular regions of interest (e.g. zones where the gradient of a given variable is
high). The introduction/removal of cells in the mesh requires defining the fields
CHAPTER 3. Theoretical background 27
and their fluxes in the newly generated cells/faces, which is based on a interpola-
tion procedure that uses the values in the neighboring cells.
kEk2 kEk2
f = fE = ∇· ε EE − I = ρE E − ∇ε (3.35)
2 2
where E is the electric field, ε = ε0 εR is the electric permittivity and ρE is the
charge density (per unit volume). In order to close the system of equations for
electrically-driven flows (EDFs), additional relations must be provided to compute
the terms in Eq. (3.35). Some options, the ones available in rheoTool , are presented
next. Note that when referring generically to EDFs, we do not exclude the possi-
bility of having any other external forcing (for example due to an imposed pressure
difference), in addition to the electric forcing. When only an electric forcing exists,
we call this flow as pure EDF.
The second term of Eq. (3.35) is only non-zero for a system of two fluids, each
having a different electric permittivity.
CHAPTER 3. Theoretical background 28
which closes the system of equations for an EDF. In Eq. (3.38), D is the diffu-
sion coefficient, e is the elementary charge, k is Boltzmann’s constant and T is
the absolute temperature. The last term of Eq. (3.38), representing the transport
of charged species due to an electric field, can be though as a standard convec-
tive term driven by an electromigration velocity (uM,i ). However, it may also be
considered as the Laplacian operator applied to field Ψ , with a space and time
varying diffusion coefficient, Di ezi
kT i
c (this last approach is used in rheoTool for
discretization purposes).
The so-called Poisson-Nernst-Planck model (henceforth PNP model) is con-
stituted by Eqs. (3.36)-(3.38) and, coupled with the continuity and momentum
equations, is applicable to a wide range of EDFs. However, the coexistence of dif-
ferent scales of time and length in EDFs may originate a stiff system of equations
when the PNP model is used. As such, several simplified models can be derived to
mitigate these numerical issues, as described next. Note that the PNP model does
not take into account molecular crowding effects (e.g., the number of ions near a
surface may grow unbounded), so care must be taken when using it to simulate
electrolytes of mild to high ionic strength.
In the PNP model, the electric-related unknowns are ci and Ψ . Due to the
convective term in Eq. (3.38), there is a two-way coupling between the PNP and
the momentum equations.
potential variable has been used, Ψ . However, in certain situations this can pose
some difficulties when defining the boundary conditions to solve the Poisson equa-
tion. A common approach to avoid such issues is the decomposition of the electric
potential in two variables: the externally imposed electric potential, φExt , and the
intrinsic electric potential, ψ, such that Ψ = φExt + ψ [3]. Following this approach,
Gauss’ law is also decomposed in two equations,
∇· (ε∇φExt ) = 0 (3.39a)
∇· (ε∇ψ) = −ρE (3.39b)
with bi = − ez
kT
i
and ai = zi ci,0 exp (bi ψ). All the terms of Eq. (3.41) with a star are
evaluated explicitly.
CHAPTER 3. Theoretical background 30
uSch = µE (3.44)
where µ = − ηεζ0 is the electroosmotic mobility (ζ is usually the surface zeta-
potential). Thus, when Eq. (3.44) is used as a boundary condition for velocity
in the momentum equation, both the electroosmotic mobility and the electric field
at the surface must be known. The electroosmotic mobility is assumed to be known
a priori – it can be a fixed value over all the surface or have a known distribution.
On the other hand, the electric field on the surface must be computed, making use
CHAPTER 3. Theoretical background 31
of the initial assumption that no free charge exists in the bulk electrolyte, thus
Ψ = φExt + ψ = φExt , and
∇· (ε∇Ψ ) = 0 (3.45)
When the slip model is used, the electric body-force is not included in the
momentum equation – electric effects contribute uniquely via the slip boundary
condition on the wall.
Note that slip models do not resolve any phenomena occurring in the EDL.
Thus, this approach is highly inaccurate for some flows, even though the condition
λD
W
1 is satisfied. For example, this kind of model is unable to predict the high
values of shear-rate typically found in EDLs, which can trigger elastic instabilities
for complex fluid flows [25] – using a slip model would simply retrieve a smooth
flow in such cases.
F 2z2
σ= (D+ c+ + D− c− ) (3.46)
RT
ρE = F z(c+ − c− ) (3.47)
where R is the universal gas constant. Imposing the conservation of each variable
leads to (after the assumptions mentioned above; more details in Ref. [26])
∂σ
+ u· ∇σ = Deff ∇2 σ (3.48)
∂t
∇· (σ∇Ψ ) = 0 (3.49)
where the effective diffusivity is Deff = D2D−−+D
D+
+
. The conductivity is transported
through Eq. (3.48), while Eq. (3.49), derived from the conservation of charge-
density (then simplified on the basis of electroneutrallity), is actually used to
CHAPTER 3. Theoretical background 32
compute the distribution of electric potential. The electric force entering the mo-
mentum equation assumes its standard form, taking into account that the charge
density can be expressed as ρE = −∇· (ε∇Ψ ) from Gauss’ law, then
y symmetry
L
roll z x x=L
(a) Film-casting setup (b) Film (close-up view) (c) Computational domain
for the 2.5D model
Typical dimensions for this process are 0.5 m for the die half-width (W ), 0.1 m
for the distance between the die and chill roll (L) and 1 mm for the film thickness
at the exit of the die (h0 ). For draw ratio values of the order of 100, which are
common, the film thickness at the roll contact line may drop to as low as a few
micrometers. As such, there is evidently a big difference of scales in the film
dimensions, which makes this process a very particular case of extrusion.
CHAPTER 3. Theoretical background 33
∂(hu)
ρ = ∇ · h (−pI + τ0 ) + ρgh (3.53)
∂t
where the pressure variable is now a derived quantity obtained from stress balance
in z -direction. In fact, the small film thickness and the stress-free condition that
0 0
holds on the both sides of the film results in −p+τzz = 0 ⇔ p = τzz . We remember
0
that τ represents the sum of solvent and polymeric stresses.
Moreover,
the original
∂uz ∂ux ∂uy
(non-averaged) continuity equation imposes ∂z = − ∂x + ∂y , which is used
every time the rate of strain tensor enters a calculation.
The constitutive equations to evolve polymeric stresses do not suffer any change
compared to an usual 2D computation, since volume averaging with h (or inte-
grating over the thickness) affects equally all terms. However, since from Eq.
(3.52) we have, in general, that ∇ · u 6= 0, the convective terms need to be in-
tegrated in a non-conservative manner, i.e. for any generic variable a we will
have u · ∇a = ∇ · (ua) − (∇ · u) a (the last term would be zero if the model was
conservative, which is not the case).
For non-isothermal cases, the energy equation can be written as a function of
temperature,
∂T 2hc
+ u · ∇T = − (T − Tair ) (3.54)
∂t ρCp h
where Cp is the heat capacity, hc is the heat transfer coefficient and Tair is the
air temperature in contact with the film. This equation neglects any gradient
of temperature in the thickness direction and assumes that the film exchanges
heat with the surroundings by convection, through the top and bottom surfaces.
CHAPTER 3. Theoretical background 34
The variation of temperature can influence the viscosity and relaxation time as
described in Section 3.3.1.
The model is classified as 2.5D because the equations are only solved in x and y,
but the third direction (z ) is also accounted for through h and the zz component of
the rate of strain tensor. As depicted in Fig. 3.1c, it is usual to assume symmetry
over plane Oxz, although the model implemented in rheoTool also allows simulating
the full domain.
chains, or NS = N springs for closed chains. Each i bead owns a group denoted
as gi that contains the index of all the beads to which it is directly connected to
by springs. For chains without branches, gi has one (beads at the edges) or two
elements, but more elements can be present for branched polymers, such as the
ones depicted in Fig. 3.2. Note that each bead and spring in the chain aims to
represent a group of atoms, and not an individual atom. In this guide, we use
either |xij | = |rj − ri |, j ∈ gi , or simply Ri to denote the length of all the springs
associated with bead i.
Polymer molecules usually display a maximum contour length upon full-
extension (Lmax ), which should be ideally reproduced by the numerical model.
Therefore, each spring also has a maximum length, l = Lmax /NS .
The minimum characteristic length featured in a spring is the so-called persis-
tence length (λP ), below which the spring segments behave as rigid elements, with
fixed orientation. The Kuhn step size, defined as bk = 2λP is a measure commonly
used in coarse-grained models, especially in bead-rod models, where it represents
the fixed size of a single rod. For the physical representation of the springs to
remain valid, a minimum number of Kuhn steps should be used to represent a
(flexible) spring. The number of Kuhn steps per spring is denoted by Nk,s = l/bk
and is usually controlled by the choice of N.
In rheoTool , an individual molecule is represented by a set of beads and springs,
and a group of molecules is composed by an ensemble of molecules sharing the
same physical properties. Each simulation in rheoTool can handle simultaneously
several groups of molecules (Fig. 3.2).
CHAPTER 3. Theoretical background 36
Spring
Bead Molecule
Group of Molecules
Branch
Group of Molecules
Group of Molecules
RheoTool simulation
kT
I = DI, i=j
6πηa h
i
3D a 2 2 x x
Dij = 4 |xij |
1 + 3|x2aij |2 I + 1 − |x2aij |2 |xijij |ij2 , i =6 j ∧ |xij | ≥ 2a (3.57)
h i
D 1 − 9|xij | I + 3 xij xij ,
i 6= j ∧ |xij | < 2a
32a 32a |xij |
where |xij | = |rj − ri |, η is the fluid viscosity, a is the bead radius and I is the unit
tensor (3 × 3). Note that in rheoTool , a and D are defined independently by the
∂D
user and need not to be related. For the RPY tensor, ∂rjij = 0 in Eq. (3.56). The
decomposition of D, a symmetric tensor, to obtain σ is currently performed by a
Cholesky decomposition, whereby σ results in a lower triangular tensor (matrix).
The free-draining approach is sometimes assumed in bead-spring models, which
results from ignoring the beads disturbance in the continuum velocity field. In
such situations, hydrodynamic interactions are neglected and all the off-diagonal
tensor elements of tensor D become zero. The diffusion becomes isotropic and
can simply be defined by coefficient D. The summations√ in Eq. (3.56) reduce to a
single element contribution (j = i), and σii = DI.
The exclusion volume forces impose a repulsive potential between beads, which,
however, does not avoid any possible crossover between beads or springs (there is
also no collision between beads). The following exclusion volume force is used [31],
3 N
9 kT ν EV |xij |2 xij
3 X 9
FEV
i =− √ (2Nk,s ) 9/2
exp − Nk,s 2 (3.58)
2 l l3 4 π j=1
2 l l
and the models that do not impose any restriction on the spring length. Among
the mostly used models, the Marko-Siggia, Cohen Padé and FENE models fall into
the first category, while the Hookean model falls in the second one.
The Hookean model is arguably the simplest model representing a spring [30],
N
X
FSi = Hxij (3.59)
j∈gi
3kT N k,s
where H = l2
. As can be seen, the force is linearly proportional to the
spring extension and both are unlimited (here l is simply a parameter, and not
the effective limit of maximum spring extension). Although unphysical for high
deformations, the Hookean model is at the basis of the closed-form UCM and
Oldroyd-B constitutive equations used in continuum mechanics simulations, avail-
able in rheoTool . Some of the difficulties felt in the continuum simulations with
these two models arise precisely due to the unlimited stretch of Hookean springs,
which usually translate in unbounded stresses.
For the extension-limited models, we have [30]:
• Marko-Siggia model
N
" #
X 2 |xij | 1 1 xij
FSi = Hl − + 2 (3.60)
j∈gi
3 l 4 4 (1 − |xij |/l) |xij |
N
H 3 − (|xij |/l)2
X
FSi = 2
xij (3.61)
j∈g
3 1 − (|x ij |/l)
i
N
X 1
FSi = H xij (3.62)
j∈gi
1 − (|xij |/l)2
The relation between the spring force and the spring extension is non-linear in
these three models, and all are singular for |xij | = l, which represents an asymp-
tote for the springs extension. For low spring extension, the three models closely
approach the Hookean model. For high spring extension (close to the asymptote),
both FENE and Cohen Padé models present sharper gradients of force than the
Marko-Siggia model, which directly impacts the numerical stability of the time
integration algorithm.
computational cost. Most of the methods suggested in the literature are first-order
accurate in time, using Euler schemes to discretize the time derivative (higher-order
methods are not effective due to the random nature of the Brownian term [32]).
The explicit first-order Euler method evolves the beads positions from the
previous time-step (t) to the new time-step (t + ∆t) as,
" N i
#
Dij FSj
0.5 X
∗ t
X Dii FEV
i 6
ri = ri + ∆t uf + + + σij nj (3.64)
j=1,j6=i
kT kT ∆t j=1 t
Dii Fsi
rt+∆t
i = r∗i + ∆t (3.65)
kT t+∆t
In Eq. (3.64), the intermediate beads positions (r∗ ) are obtained explicitly from
the contribution of drag, Brownian and exclusion volume forces, and also from the
off-diagonal spring force terms. This results in a non-linear system of equations
that can be solved, for example, with the iterative Newton-Raphson method. As
discussed in [4], the Newton-Raphson method requires solving a linear system of
equations in each iteration (k ),
Overview of rheoTool
In the previous Chapter, the main theoretical points behind rheoTool were briefly
discussed. This Chapter focus on the numerical implementation of the governing
equations in the OpenFOAM R environment, providing an overview of the func-
tionalities available in rheoTool .
40
Table 4.1: Available constitutive models in the constitutiveEquations library.
GNF models
1
Model TypeName ηs (γ̇)
Newtonian Newtonian η
2 (Bounded) max ηmin , min ηmax , k γ̇ n−1
Power-Law PowerLaw
n−1
Carreau-Yasuda CarreauYasuda η∞ + (η0 − η∞ )[1 + (k γ̇)a ] a
Bounded: min η0 , τ0 γ̇ −1
+ k γ̇ n−1
2 Herschel-Bulkley HerschelBulkley 3 Papanastasiou reg.: min η , τ γ̇ −1 [1 − exp(−mγ̇)] + k γ̇ n−1
0 0
√ q 2
Bounded: max ηmin , min ηmax , η∞ + τγ̇0
2 Casson Casson n√ q √ o2
Papanastasiou reg.: η∞ + τγ̇0 1 − exp − mγ̇
1
Corresponds to the name entry identifying the model in the source code.
2
Special care is taken in these models to avoid division by zero when γ̇ is zero or very small and n − 1 < 0. For γ̇ < VSMALL, the
value γ̇ =VSMALL is used in the computation of the shear viscosity (VSMALL = 10−300 for versions using double precision).
3
The original Papanastasiou regularization does not include the artificial upper-bounding by η0 . However, this bounding is needed
to avoid an infinite viscosity for γ̇ → 0 (e.g. startup of flow) and n < 1. The original Papanastasiou regularization is recovered
for η0 → ∞. In practice, η0 should be low enough to avoid an infinite viscosity in quiescent conditions and high enough to allow
Papanastasiou regularization to take control in the remaining situations.
Notes:
q
• γ̇ = γ̇:2γ̇ , with γ̇ = ∇u + ∇uT .
D ∂φ
• I is the identity tensor and Dt (φ) = ∂t + u· ∇φ represents the material derivative of the generic variable φ.
∇ ∂τ
• τ= ∂t + u· ∇τ − τ· ∇u − ∇uT · τ is the upper-convected derivative of τ.
∇
• τ = τ +ζ (τ· D + D· τ) is the Gordon-Schowalter derivative of τ, with D = 12 (∇u + ∇uT ).
41
Continuation of Table 4.1
Viscoelastic models solved in the standard extra-stress or conformation tensor variables
f τ+ λτ = ηp (∇u + ∇uT )
h i ελ
4PTT ελ tr(τ)
PTT ηs ηp λ where f = 1 + ηp tr(τ) (linear), f = e ηp (exponential)
or f = Γ (β)Eα,β εληp tr(τ) (generalized)
λ ∇
h i
D 1
1+ λ Dt f τ+ f τ= ηp (∇u + ∇uT )
FENE-CR FENE-CR ηs ηp λ L2 + ηλ tr(τ)
p
where f = L2 −3
λ ∇
aηp T D 1
τ+ f τ= f (∇u + ∇u ) − Dt f [λτ + aηp I]
FENE-P FENE-P ηs ηp λ L2 + aηλ tr(τ)
p L2
where f = L2 −3
and a = L2 −3
∇ δ
−(A − I) − 2k λλDR 1 − 3/tr(A) A + β tr(A)
p
λD A= 3 (A − I)
5Rolie-Poly
Rolie-Poly ηs ηp λD 3− 2χ
2
1− 21 q
χmax χmax tr(A)
where k = and χ =
3
χ2 1
1− 2 3− 2
χmax χmax
∇ ηp
f τ + λB τ +α ληBp (τ· τ) + λB (f − 1) I = ηp (∇u + ∇uT )
eXtended Pom-Pom XPomPom ηs ηp λB 2
h i q
(Λ−1)
where f = 2 λλBS e q 1
+ Λ12 1 − α3 (ηtr(τ·τ) tr(τ)
1 − Λn+1 P /λB )
2 and Λ = 1+ 3ηP /λB
4 Γ () is the Lambda function and Eα,β () is the generalized Mittag-Leffler function. See Ref. [11] for the generalized variant.
5 ηp
See Ref. [33]. This model is exclusively solved in the conformation tensor variable, which is then converted to τ using, τ = λD k(A − I).
42
Continuation of Table 4.1
‡Viscoelastic models solved with the log-conformation approach
6,7
Model TypeName Θ¸τ Constitutive Equation
ηp Θ
8Oldroyd-B 1
e−Θ − I
Oldroyd-BLog τ= λ (e − I) Υ= λ
9 WhiteMetzner
ηp Θ 1
e−Θ − I
WhiteMetznerCYLog τ= λ (e − I) Υ= λ(γ̇)
(Carreau-Yasuda)
h 2 i
ηp Θ 1
e−Θ − I − αeΘ e−Θ − I
Giesekus GiesekusLog τ= λ (e − I) Υ= λ
ηp f Θ f L2
e−Θ − I , where f =
FENE-CR FENE-CRLog τ= λ (e − I) Υ= λ L2 −tr(eΘ )
ηp L2 L2
Θ 1
ae−Θ − f I , where a =
FENE-P FENE-PLog τ= λ (f e − aI) Υ= λ L2 −3
and f = L2 −tr(eΘ )
Θ δ
ηp tr(e )
2k λλDR
p
10 Rolie-Poly Rolie-PolyLog τ= λD k(e
Θ − I) Υ= − λ1D e−Θ (eΘ − I) + Θ Θ
1 − 3/tr(e ) e + β 3
Θ
(e − I)
43
CHAPTER 4. Overview of rheoTool 44
γ̇ : γ̇ √
r
1
γ̇ = = 2D : D, with γ̇ = ∇u + ∇uT and D = γ̇ (4.1)
2 2
In the code, the shear-rate is returned by function strainRate() as
strainRate() = sqrt(2.0)*mag(symm(fvc::grad(U())))
and it is equivalent to Eq. (4.1). Indeed,
1
∇u + ∇uT = 21 γ̇ = D
symm(fvc::grad(U())) = 2
thus,
√ q1 q √
sqrt(2.0)*mag(symm(fvc::grad(U()))) = 2 2 γ̇ : 12 γ̇ = γ̇:2γ̇ = 2D : D
which is equal to Eq. (4.1) – the definitions of operators symm(), mag() and :
(double contraction) can be found in the OpenFOAM R programmers’ guide. Note
that the invariant computed in Eq. (4.1) is actually the magnitude of the rate-of-
strain tensor, which is usually called shear rate or strain rate for shear-dominated
or extensional-dominated flows, respectively.
All the viscoelastic models presented in Table 4.1 can be solved in the standard
extra-stress tensor τ (Eq. 3.4) or using the log-conformation approach (Eq. 3.8).
The selection is made in dictionary constitutiveProperties, which should be
located inside the folder constant/ of the case (see more details in section 5.1.1).
For the Oldroyd-B model, we provide two additional methods for demonstration
purposes. One of them (TypeName: Oldroyd-BSqrt) consists in solving the con-
stitutive equation using the square-root of the conformation tensor, according to
Ref. [19]. The second approach (TypeName: Oldroyd-BRootk ) allows to apply a
general rootk kernel, as described in Ref. [18]. Both can be used in 2D or 3D
simulations, as any other model in the library. Since both models are only illus-
trative, their implementation and theory are not described in this guide, although
both can be easily understood after a close inspection of the source code and tak-
ing as reference the literature cited for each one. Furthermore, tutorials for both
methodologies are included in rheoTool (see the tutorial of Section 5.1.7).
! Other models:
+ VCM model (TypeName: VCM )
The Vasquez-Cook-McKinley (VCM) model [34] can be used to simulate worm-
like micellar solutions, being able to predict the shear-banding behavior typically
observed in these fluids. The model represents such fluids as a combination of
large (subscript A) and small chain (subscript B) species that can convert into
each other. A transport equation is solved for each species [34],
∂nA 1 cA n A
+ u · ∇nA = 2DA ∇2 nA + cB n2B − (4.2)
∂t 2λA λA
∂nB cB n2B cA n A
+ u · ∇nB = 2DB ∇2 nB − +2 (4.3)
∂t λA λA
CHAPTER 4. Overview of rheoTool 45
where n is the dimensionless number density of the specie, λ is the relaxation time,
D is the diffusivity coefficient and cA and cB are, respectively, the dimensionless
breakage and reformation rates, expressed as
χ A
cA = cAEq + γ̇ : (4.4)
3 nA
cB = cBEq (4.5)
In Eqs. (4.2) and (4.3), the double contraction term originally presented in [34]
is not included, in order to simplify the definition of no-flux boundary conditions
for nA and nB at impermeable walls (which reduce to a zero-gradient condition).
The contribution of these omitted terms is typically negligible.
A constitutive equation is also solved for each species [34],
∇
λA A +A − nA I − λA DA ∇2 A = cB nB B − cA A (4.6)
∇ nB I
λA B +B − − λA DB ∇2 B = −2cB nB B + 2cA A (4.7)
2
where A and B represent the conformation tensor of each species, and = λλAB . The
contribution of each species to the polymeric extra-stress tensor is given by [34],
ln L∗ + m
Dr,0
Dr = ∗3 (4.10)
L m
is a time-varying diffusion coefficient (units are s−1 ), L∗ = L/L0 is the time-varying
rod length normalized by its initial value and m is the initial aspect ratio of the
rods (see [35] for more details). In Eq. (4.9), the last term is approximated by [35]
1
∇uT :< uuuu >≈ [S · D + D · S − S · S · D − D · S · S + 2S · D · S + 3(S : D)S]
5
(4.11)
CHAPTER 4. Overview of rheoTool 46
∂Θ g(τ) −Θ
+ u· ∇Θ − (ΩΘ − ΘΩ) − 2B = e −I (4.18)
∂t λ
with
1
σ−τ0 n
ηp max 0, kσ n , Oldroyd-B–Herschel-Bulkley
max 0, σ−τ0
, Oldroyd-B–Bingham
σ
g(τ) = σ−τ0
n ε
Θ
o
max 0, σ 1 + 1−ζ tr(e ) − 3 , lin. PTT–Bingham
σ−τ0
ε (tr(eΘ )−3)
max 0, σ e 1−ζ , exp. PTT–Bingham
(4.19)
ηp
and the polymeric extra-stress tensor is recovered using τ = λ(1−ζ)
(eΘ − I).
+ ML-IKH model (TypeName: ML-IKH )
Elastoviscoplastic models can be rendered more complex (and realistic) once
thixotropy is added to them. This is the case of the Multi-Lambda Isotropic
Kinematic Hardening (ML-IKH) model [39]. According to this model, the equation
governing the polymeric extra-stress tensor is given by [39]
λky ∇
max 0, 1 − τeff + λλE τ= ληp (∇u + ∇uT ) (4.20)
σ
CHAPTER 4. Overview of rheoTool 48
∂A
+ u · ∇A + Ω · A − A · Ω = Dp · A + A · Dp + Dp − qdp A (4.21)
∂t
q
where Ω = ∇u − ∇u /2 is the vorticity tensor, dp = Dp2:Dp and
T
(
0 , if σ < λky
Dp = (σ−λky ) τeff (4.22)
2ληp
· σ , if σ ≥ λky
is the plastic component of the rate of deformation tensor. In the previous equa-
tions, λ is a structure parameter regulating the thixotropic behavior and is ob-
tained from the multi-lambda model [39],
M
X
λ= C i λi (4.23)
i=1
where G is the elastic modulus, τeff = τ − Ct A represents the elastic stress tensor
corrected by back stresses
√ (A is the strain tensor used to define the back stresses),
tr(τeff )
σeff = |τeff − 3 I|/ 2 is the magnitude of this tensor only accounting for its de-
viatoric part and ηt = η0 λm1 , kt = k0 λm2 , Ct = C0 λm3 are structure-dependent vis-
cosity, yield-stress and back stress modulus, respectively, where subscript 0 points
to the variable value in a fully structured state, i.e. for λ = 1. The model intro-
duces shear-thinning through the structure parameter λ and also via the PTT-like
function f (tr(τeff )) = 1 + ε tr(τGeff ) .
The back-like strain tensor A has its own equation,
∇
A = 2Dvp − q|Dvp | (1 + εtr(A)) A (4.27)
where Dvp = Gf (tr(τeff )) max 0, σηefft σ−k
eff
t
τeff represents the viscoplastic rate of
deformation tensor and q is a parameter controlling the recovery. It is worth
noting that the tensor magnitude employed √ in the above equations follows the
definition used by OpenFOAM : |Y| = Y : Y, which differs by a factor of √12
R
– Complete in A:
∇
L2
λ A= −f (tr(A))(A − I), where f (tr(A)) = L2 −tr(A)
• FENE-P
– Complete in A:
∇
L2 L2
λ A= − [f (tr(A))A − aI], where f (tr(A)) = L2 −tr(A)
and a = L2 −3
In rheoTool , all the formulations are available and can be used (see Section
5.1.1 to know how to select each one). The steady material functions evaluated
for canonical flows are the same for all the formulations. However, this is not true
when evaluating the transient material functions: the modified formulations have
a different behavior comparing with the complete ones, which are themselves simi-
lar. For a generic flow, the complete formulations, either in A or τ, should provide
similar results, since they are mathematically equivalent. Due to discretization
errors and stability issues, this may not be true. Regarding the modified formula-
tions, they are not expected to behave exactly as the complete ones, even in the
limit of highly refined grids.
From our experience, we strongly recommend using the formulations written
and solved as a function of A for FENE-type models. Those are the most sta-
ble, the most accurate regarding the original theory presented in [9] and the ones
for which there is direct correspondence with the models solved with the log-
conformation approach, since those were derived from the constitutive equations
written as a function of the conformation tensor. Note that the FENE-CR and
FENE-P models available in the viscoelasticTransportModels library of viscoelas-
ticFluidFoam [1] are expressed in the modified form presented above.
CHAPTER 4. Overview of rheoTool 51
• lines 1-91: this section initializes the variables used in the constitutive model.
In terms of field variables, we have (lines 23-84): tau (τ), theta (Θ), eigVals
(Λ) and eigVecs (R). All those fields must be defined by the user when
starting a simulation, except eigVals and eigVecs , which can be defined
or not. If defined (typical of a restart from a previous simulation), they are
used in the first time-step; otherwise, they are both initialized as the identity
tensor/matrix, corresponding to a null extra-stress tensor (τ). Afterwards,
the fluid properties are read from a dictionary (lines 85-88), along with the
stabilization method selected by the user (line 90): none, BSD or the stress-
velocity coupling described in Section 3.4.2.
• lines 94-151: this section implements the member function correct(), whose
purpose is to update the polymeric extra-stress field, by evolving Θ accord-
ing to the constitutive equation. From line 96 to 105, variables M, Ω and
B, defined in Eqs. (3.9)–(3.11), are computed. The function decomposeG-
radU() is a member function of the base class constitutiveEq (find it in the
CHAPTER 4. Overview of rheoTool 52
1 #include "Oldroyd_BLog.H"
#include "addToRunTimeSelectionTable.H"
CHAPTER 4. Overview of rheoTool 53
3
// * * * * * * * * * * * * * * Static Data Members * * * * * * * *
* * * * * //
5
namespace Foam{
7 namespace constitutiveEqs{
defineTypeNameAndDebug(Oldroyd_BLog, 0);
9 addToRunTimeSelectionTable(constitutiveEq, Oldroyd_BLog,
dictionary);
}
11 }
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * *
* * * * * //
13
Foam::constitutiveEqs::Oldroyd_BLog::Oldroyd_BLog
15 (
const word& name,
17 const volVectorField& U,
const surfaceScalarField& phi,
19 const dictionary& dict
)
21 :
constitutiveEq(name, U, phi),
23 tau_
(
25 IOobject
(
27 "tau" + name,
U.time().timeName(),
29 U.mesh(),
IOobject::MUST_READ,
31 IOobject::AUTO_WRITE
),
33 U.mesh()
),
35 theta_
(
37 IOobject
(
39 "theta" + name,
U.time().timeName(),
41 U.mesh(),
IOobject::MUST_READ,
43 IOobject::AUTO_WRITE
),
45 U.mesh()
),
47 eigVals_
(
49 IOobject
(
51 "eigVals" + name,
U.time().timeName(),
53 U.mesh(),
IOobject::READ_IF_PRESENT,
55 IOobject::AUTO_WRITE
CHAPTER 4. Overview of rheoTool 54
),
57 U.mesh(),
dimensionedTensor
59 (
"I",
61 dimless,
pTraits<tensor>::I
63 ),
zeroGradientFvPatchField<tensor>::typeName
65 ),
eigVecs_
67 (
IOobject
69 (
"eigVecs" + name,
71 U.time().timeName(),
U.mesh(),
73 IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
75 ),
U.mesh(),
77 dimensionedTensor
(
79 "I",
dimless,
81 pTraits<tensor>::I
),
83 zeroGradientFvPatchField<tensor>::typeName
),
85 rho_(dict.lookup("rho")),
etaS_(dict.lookup("etaS")),
87 etaP_(dict.lookup("etaP")),
lambda_(dict.lookup("lambda")),
89 {
checkForStab(dict);
91 }
93 // * * * * * * * * * * * * * * * Member Functions * * * * * * * *
* * * * * //
void Foam::constitutiveEqs::Oldroyd_BLog::correct()
95 {
// Decompose grad(U).T()
97
volTensorField L = fvc::grad(U());
99
dimensionedScalar c1( "zero", dimensionSet(0, 0, -1, 0, 0, 0,
0), 0.);
101 volTensorField B = c1 * eigVecs_;
volTensorField omega = B;
103 volTensorField M = (eigVecs_.T() & L.T() & eigVecs_);
(
111 "Identity",
dimensionSet(0, 0, 0, 0, 0, 0, 0),
113 tensor::I
);
115
fvSymmTensorMatrix thetaEqn
117 (
fvm::ddt(theta_)
119 + fvm::div(phi(), theta_)
==
121 symm
(
123 (omega&theta_)
- (theta_&omega)
125 + 2.0 * B
+ (1.0/lambda_)
127 * (
eigVecs_ &
129 (
inv(eigVals_)
131 - Itensor
)
133 & eigVecs_.T()
)
135 )
137 );
139 thetaEqn.relax();
thetaEqn.solve();
141
// Diagonalization of theta
143
calcEig(theta_, eigVals_, eigVecs_);
145
// Convert from theta to tau
147
tau_ = (etaP_/lambda_) * symm( (eigVecs_ & eigVals_ & eigVecs_
.T()) - Itensor);
149
tau_.correctBoundaryConditions();
151 }
Listing 4.1: Source code for the Oldroyd-BLog constitutive model
(Oldroyd BLog.C)
1 tmp<fvVectorMatrix> constitutiveEq::divTau
(
3 const volVectorField& U
) const
5 {
7 if (isGNF())
{
9 return
CHAPTER 4. Overview of rheoTool 56
(
11 fvm::laplacian( eta()/rho(), U, "laplacian(eta,U)")
+ (fvc::grad(U) & fvc::grad(eta()/rho()))
13 );
}
15 else
{
17 if (stabMeth_ == 0) // none
{
19
return
21 (
fvc::div(tau()/rho(), "div(tau)")
23 + fvm::laplacian(etaS()/rho(), U, "laplacian(eta,U
)")
);
25
}
27 else if (stabMeth_ == 1) // BSD
{
29
return
31 (
fvc::div(tau()/rho(), "div(tau)")
33 - fvc::laplacian(etaP()/rho(), U, "laplacian(eta,U
)")
+ fvm::laplacian( (etaP()+ etaS())/rho(), U, "
laplacian(eta,U)")
35 );
37 }
else // coupling
39 {
41 return
(
43 fvc::div(tau()/rho(), "div(tau)")
- (etaP()/rho()) * fvc::div(fvc::grad(U))
45 + fvm::laplacian( (etaP() + etaS())/rho(), U, "
laplacian(eta,U)")
);
47
}
49 }
}
Listing 4.2: Source code of the virtual function divTau() defined in file
constitutiveEq.C
iterative Jacobi method [42]. While both options offer good accuracy and stabil-
ity, the QR algorithm was seen to be slightly faster and this is the reason of being
the default option. Switching between either methods is not run time selectable,
but hard-coded, instead. This can be controlled in member function calcEig()
of class constitutiveEq, located in file constitutiveEq.C. The Jacobi method
can be selected by uncommenting the currently commented block (// Eigen de-
composition using the iterative jacobi algorithm) and commenting the block (//
Eigen decomposition using a QR algorithm of Eigen library), i.e., all the remain-
ing lines inside the function. The source code of jacobi() function is located in
utils/jacobi.H. Note that, independently of which method is used in func-
tion calcEig(), this function will return the eigenvectors of the input tensor, and
the exponential of the eigenvalues of the same tensor. After re-compiling the
library with those modifications, all the log-conformation-based models will be
affected by those changes.
• inside the source .C and header .H files, find-replace the old model’s name
by the new one (e.g. Ctrl + H in gedit). This is to change the name of the
class, which is usually equal to the name given to the respective source file.
However, it is a good idea to always check first the name given to the class
of the template model.
• add the source code of the new model to the compilation list of the library.
For that, edit file src/libs/constitutiveEquations/Make/files
by adding the path for the source code (see the entries for the other models
already there).
• make a first compilation of the new model, by running the script Allwmake
in directory src/. Note that, until this point, the source code of the new
model is the one from the original template model, where only the name of
the class has been changed. Thus, the model should compile without errors.
If not, something wrong occurred in the previous steps.
• the last step is to change the source code of the model in order to implement
the desired constitutive equation. Typically, the changes will be in three
main places: (i) the header file, where the new variables and parameters
CHAPTER 4. Overview of rheoTool 58
of the model have to be declared (delete the ones from the template model
that are not needed); (ii) the constructor in the source file, where those new
entries should be added and initialized (delete the ones not needed); (iii)
function correct(), which is aimed to either update the viscosity (GNF) or
the polymeric extra-stresses (viscoelastic model). Note that you may also
need to define functions divTau() and divTauS() for your new model, if the
ones defined and used by default in the base class (see constitutiveEq.C)
are not adequate. After all the changes on the code had been completed,
compile again by running script Allwmake.
If all the steps listed above were successfully executed, then the new model
is now available to all the solvers of rheoTool . In order to use library constitu-
tiveEquations in any solver other than the ones provided with rheoTool , the user
should:
all the simulation. The energy equation is not solved and buoyancy can-
not be simulated. The viscosity and relaxation time can still be scaled by
temperature-dependent functions (Section 4.2.3) and the flow is assumed
incompressible for all purposes. This model was mainly created to allow
the simulation of isothermal flows by non-isothermal solvers with minimal
user-input (the user only needs to provide an arbitrary temperature field).
Table 4.2: Available functions to scale the viscosity (solvent and polymer) and
relaxation time properties with temperature.
1 2
Model TypeName Equation
h i
Arrhenius Arrhenius fη,λ (T ) = exp α T1 − 1
T0
c1 (T −T0 )
−c
Williams-Landel-Ferry WLF fη,λ (T ) = 10 2 +(T −T0 )
The function selected for viscosity applies equally to the polymeric and solvent
components, but can differ from the function selected for the relaxation time.
CHAPTER 4. Overview of rheoTool 60
Eqs. (4.31) and (4.32). This corresponds to a fixed-value boundary condition and
its use is not recommended for transient simulations, due to its inaccuracy in time.
1 2,3,4 5
Model TypeName fE Governing Equations Section
∇· (ε∇φExt ) = 0
N
Poisson-Nernst-Planck 6 NernstPlanck P PN
6 NernstPlanckCoupled − F zi ci (∇Ψ − Ea ) ∇· (ε∇ψ) = −F zi ci Section 3.8.1
(PNP) i=1
i=1
∂ci + u· ∇c = ∇· (D ∇c ) + ∇· D ezi ∇Ψ c
∂t i i i i kT i
∇· (ε∇φExt ) = 0
N
Poisson-Boltzmann P ezi
N N N
PoissonBoltzmann −F zi ci,0 exp − kT ψ (∇Ψ − Ea ) ∇· (ε∇ψ) + ψF
P
(ai bi )∗ = −F
P
(ai )∗ + ψ ∗ F
P
(ai bi )∗ Section 3.8.3
(PB)
i=1 i=1 i=1 i=1
with bi = − ez
kT and
i
ai = zi ci,0 exp (bi ψ)
N
∇· (ε∇φExt ) = 0
Debye-Hückel P ezi
DebyeHuckel −F zi ci,0 1 − kT ψ (∇Ψ − Ea ) N Section 3.8.4
(DH) ∇· (ε∇ψ) = −F
P
zi ci,0 1 − ezi
kT ψ
i=1
i=1
62
CHAPTER 4. Overview of rheoTool 63
The PNP system of equations can be solved coupled instead of segregated. The
segregated solution method is implemented in the NernstPlanck model, whereas
the coupled solution method is implemented in the NernstPlanckCoupled model.
The coupled solver, which has been presented in [5], displays a higher numerical
stability, but consumes more computational resources (memory and CPU time) per
time-step. The PNP system of equations can not only be solved coupled alone, as
it can also be coupled with momentum and continuity equations.
The technical aspects related with the use of the NernstPlanckCoupled model
are discussed in Section 4.5.8.
CHAPTER 4. Overview of rheoTool 64
• lines 35-107: this is the constructor of the main class, where the several
fields and variables are initialized. The call to function checkForPhiE() in
line 44, which is implemented in the base class (see EDFEquation.C), is
checking for the existence of field phiE in the folder corresponding to the
starting time. If it is found, the code will interpret that the electric potential
should be split into 2 variables (phiE ⇔ φExt and psi ⇔ ψ), otherwise, the
code will consider that only a single potential should be used (psi ⇔ Ψ ).
This is how we identify if the splitting of potentials approach should be used.
We also highlight lines 89-107, where each specie of the PNP model is being
constructed and saved in a P trList <>, named species .
• lines 110-156: as suggested by the function’s name (Fe), these lines im-
plement the function returning the electric body-force for the momentum
equation. The charge density (rhoE) is computed in lines 114-120 (compare
with Eq. 3.37), and multiplied by the electric field in lines 122-155 (compare
with Eq. 3.35 and Table 4.3). The computation of the electric field may
include, or not, the contribution from the intrinsic potential, as discussed in
Section 3.8.2 – this is a user selection. Furthermore, the vector extraE is
an extra, uniform electric field, which can be optionally defined by the user
(see Table 4.3 and its footnotes).
• lines 158-252: it is inside this function, named correct(), that the electric-
related equations are solved for. The function is generally prepared to use
the splitting approach, in which case three equations are solved: the Laplace
equation for the external potential (lines 172-186), the Poisson equation for
the intrinsic (or full, unique) potential (lines 188-218) and the Nernst-Planck
CHAPTER 4. Overview of rheoTool 65
transport equation for each ionic specie (220-250) – all these equations can
be seen in Table 4.3. Each equation is inserted in a while loop controlled by
the number of cycles and by the initial residual of the equation solved for.
This is to optionally converge the explicit terms inside each equation, for
each inner-iteration. In addition, and as discussed in Section 4.3.3, all the
equations are solved inside an electrokinetic coupling loop (lines 161-251),
whose number of iterations is controlled by variable nIterPNP , that is read
from dictionary fvSolution (line 86). If the variable is not specified by
the user, 2 iterations are carried out by default.
All the other EDF models also have the functions Fe() and correct() in their
structure, which are defined according to the given model. We believe that the
readers/users will easily understand those functions by reading the comments in-
cluded in the code, and by comparing the code with Table 4.3.
CHAPTER 4. Overview of rheoTool 66
#include "NernstPlanck.H"
2 #include "addToRunTimeSelectionTable.H"
58 (
IOobject
60 (
"phiE" + name,
62 phi.time().timeName(),
phi.mesh(),
64 IOobject::READ_IF_PRESENT,
solvePhiE_ == false ? (IOobject::NO_WRITE) : (IOobject::
AUTO_WRITE)
66 ),
phi.mesh(),
68 dimensionedScalar
(
70 "zero",
psi_.dimensions(),
72 pTraits<scalar>::zero
),
74 zeroGradientFvPatchField<scalar>::typeName
),
76 relPerm_(dict.lookup("relPerm")),
T_(dict.lookup("T")),
78 extraE_(dict.lookupOrDefault<dimensionedVector>("extraEField",
dimensionedVector("0", dimensionSet(1, 1, -3, 0, 0, -1, 0),
vector::zero))),
psiContrib_(dict.lookupOrDefault<bool>("psiContrib", true)),
80 phiEEqRes_(phi.mesh().solutionDict().subDict("electricControls").
subDict("phiEEqn").lookupOrDefault<scalar>("residuals", 1e-7)),
psiEqRes_(phi.mesh().solutionDict().subDict("electricControls").
subDict("psiEqn").lookupOrDefault<scalar>("residuals", 1e-7)),
82 ciEqRes_(phi.mesh().solutionDict().subDict("electricControls").
subDict("ciEqn").lookupOrDefault<scalar>("residuals", 1e-7)),
maxIterPhiE_(phi.mesh().solutionDict().subDict("electricControls").
subDict("phiEEqn").lookupOrDefault<scalar>("maxIter", 50)),
84 maxIterPsi_(phi.mesh().solutionDict().subDict("electricControls").
subDict("psiEqn").lookupOrDefault<scalar>("maxIter", 50)),
maxIterCi_(phi.mesh().solutionDict().subDict("electricControls").
subDict("ciEqn").lookupOrDefault<scalar>("maxIter", 50)),
86 nIterPNP_(phi.mesh().solutionDict().subDict("electricControls").
lookupOrDefault<int>("nIterPNP", 2)),
species_(),
88 nSpecies_(0)
{
90 PtrList<entry> specEntries(dict.lookup("species"));
nSpecies_ = specEntries.size();
92 species_.setSize(nSpecies_);
);
106 }
}
108
// * * * * * * * * Member Functions * * * * * * * * * * //
110 Foam::tmp<Foam::volVectorField> Foam::EDFEquations::NernstPlanck::Fe()
const
{
112 volScalarField rhoE( psi_ * dimensionedScalar("norm", epsilonK_.
dimensions()/dimArea, 0.) );
122 if (solvePhiE_)
{
124 if (psiContrib_)
{
126 return
(
128 -rhoE * ( fvc::grad(phiE_+psi_) - extraE_)
);
130 }
else
132 {
return
134 (
-rhoE * ( fvc::grad(phiE_) - extraE_)
136 );
}
138 }
else
140 {
if (psiContrib_)
142 {
return
144 (
-rhoE * ( fvc::grad(psi_) - extraE_)
146 );
}
148 else
{
150 return
(
152 -rhoE * (-extraE_)
);
154 }
}
156 }
160
// Electrokinetic coupling loop
162 for (int j=0; j<nIterPNP_; j++)
{
164
Info << "PNP Coupling iteration: " << j << endl;
166
scalar res=GREAT;
168 scalar iter=0;
170 //- Equation for the external potential (loop for the case
// of non-orthogonal grids)
172 if (solvePhiE_)
{
174 while (res > phiEEqRes_ && iter < maxIterPhiE_)
{
176 fvScalarMatrix phiEEqn
(
178 fvm::laplacian(phiE_)
);
180
phiEEqn.relax();
182 res=phiEEqn.solve().initialResidual();
184 iter++;
}
186 }
190 res=GREAT;
iter=0;
192
volScalarField souE(psi_ * dimensionedScalar("norm1",dimless/dimArea
,0.));
194
forAll (species_, i)
196 {
souE +=
198 (
-species_[i].zi()*species_[i].ci()*FK_
200 /(relPerm_*epsilonK_)
);
202 }
214 psiEqn.relax();
res=psiEqn.solve().initialResidual();
CHAPTER 4. Overview of rheoTool 70
216
iter++;
218 }
• copy-paste the folder of an existing model (that we will call template model)
in directory src/libs/EDFModels/models/. Rename the folder and
the files inside it (.C and .H files) with the new model’s name. Remove the
.dep file inside the folder. We recommend to use model slipSmoluchowski as
template, since it is the simplest one and does not contain other sub-classes,
which would also need to be renamed in the next step.
• inside the source .C and header .H files, find-replace the old model’s name
by the new one (e.g. Ctrl + H in gedit). This is to change the name of the
class, which is usually equal to the name given to the respective source file.
However, it is a good idea to always check first the name given to the class
of the template model.
• add the source code of the new model to the compilation list of the library.
For that, edit file src/libs/EDFModels/Make/files by adding the
path for the source code (see the entries for the other models already there).
• make a first compilation of the new model, by running the script Allwmake
in directory src/. Note that, until this point, the source code of the new
model is the one from the original template model, where only the name of
the class has been changed. Thus, the model should compile without errors.
If not, something wrong occurred in the previous steps.
• the last step is to change the source code of the model in order to implement
the desired EDF model. Depending on the characteristics of the new model,
several parts of the source and header files might need to be changed. Our
recommendation is to look to the closest model among the ones available.
After all the changes on the code had been completed, compile again by
running script Allwmake.
If all the steps listed above were successfully executed, then the new model is
now available to solver rheoEFoam (only). In order to use library EDFModels in
any solver other than rheoEFoam, the user should:
• create an EDFModel object by calling the constructor with the correct ar-
guments, for example: EDFModel elecM(phi).
• add the library EDFModels to the Make/options, and specify its path
(check the Make/options of rheoEFoam for an example).
CHAPTER 4. Overview of rheoTool 72
Library BDmolecule contains the classes and routines implementing the Brownian
dynamics algorithm. The library is based on the solidParticle library provided
by OpenFOAM R to perform the tracking of rigid particles. This library has been
copied and modified in order to allow the creation of molecules, which are simply
organized ensembles of beads. The interface of library BDmolecule is embodied
by class sPCloudInterface. The source code of the library can be found in src/
libs/brownianDynamics.
• line 3: the beads positions at the beginning of a time-step (mx ) are copied
to mx0 . The algorithm structure ensures that the beads positions in mx0
are such that all the springs of the active molecules are shorter than l, for
bounded models (Section 3.10.3).
• lines 5-6: if the user selects to account for hydrodynamic interactions, tensor
D is computed from the RPY model (Eq. 3.57), and its Cholesky decompo-
sition results in tensor σ (Section 3.10.3). If hydrodynamic interactions are
suppressed, the diffusion is isotropic and can be represented by a scalar (D;
Eq. 3.57), which is used to compute each force acting on the beads (tensors
D and σ are not even computed in this case).
• line 8: this function computes the Brownian force contribution to the beads
velocity (last term of Eq. 3.56). The function is also defined inside sPClou
dInterface.C.
• lines 10-11: if exclusion volume forces are activated by the user, then their
contribution to the beads velocity is added through a call to function fEV(),
defined inside sPCloudInterface.C.
• line 13: function sendU() copies the beads velocity from the local mU
P trList <> to the particles field U. This function is defined inside sPClou
dInterface.C.
• line 16: function moveAndReceive() comprises two main steps. In the first
step, there is a call to the move() function of the solidParticleCloud object
spc . This executes the movement and tracking of all the beads, after adding
the drag force contribution to the particles velocity, which is done outside
class sPCloudInterface (see file solidParticle.C). In the second step,
the function updates mx with the final positions resulting from the particle
tracking. If for some reason a given particle (bead) is lost during the tracking
(e.g. if it exits the mesh through a patch), then the corresponding molecule
is labeled as non-active, and it is no more tracked. Up to this point, the
beads experienced all the forces, except the spring force.
CHAPTER 4. Overview of rheoTool 74
• line 19: the current beads positions are saved in mxStar . Since the spring
force still did not contributed to these positions, the computation of the
spring vectors from mxStar would result eventually in overstretched springs
(Ri > l).
• line 20: this call to a non-member function computes explicitly (Euler ex-
plicit) the spring force contribution to the beads velocity (mU ), using the
current beads positions (mxStar ). The local beads positions (mx ) are also
updated.
• line 23: based on the current beads positions (mx ), the spring vectors
are computed and a check is carried out for Ri < αl (see Section 3.10.4).
For each molecule, if any spring violates this condition mxStar is taken
again and the spring force contribution is now added implicitly, using the
Newton-Raphson method (Section 3.10.4). Of course, this is only done if
the semi-implicit method is selected (Euler-explicit is also available), and
for any of the bounded spring models. After the implicit call, the function
checks if any spring is overstretched. This can happen if the time-step is too
large. Any molecule having at least one spring overstretched is automatically
deleted by the algorithm and a warning message is printed to the terminal.
• lines 26-27: if the molecules are not tethered and if any of the components
of the push-back vector defined by the user is non-zero, the molecules center
of mass is pushed to its original position. This is equivalent to the transla-
tion of all the molecule’s beads by a fixed vector. In this case, we add the
corresponding velocity to mU , such that the translation can be effective in
the next particle tracking stage.
• line 29: see comment above for line 13.
• line 32: this is the second call to function moveAndReceive(), thus a second
call to the particle tracking engine. The operations carried out are the same
as described above for line 16, with the exception that, in this call, the beads
velocity does not receive the drag force contribution, since this was already
done in the first call (the distinction between calls is in the boolean argu-
ment passed to the function). At this point of the algorithm, the particles
positions and mx are synchronized and it can be ensured that none of the
active molecules has an overstretched spring. We do not care about the syn-
chronization of the beads’ velocity, because this field is not used in the next
time-step, contrarily to the beads’ positions.
• line 35: function writeM() ensures that the molecules’ data is written in the
case directory at each outputTime. It will create directories outputTime
/lagrangian/molecules/ and constant/runTimeInfo/outpuTi
me/, and write the molecules’ data therein. Both directories are needed on
restart of rheoBDFoam.
• lines 38-39: function writeStatistics() can be optionally activated by the
user, and will retrieve the molecules index/position/stretch over time.
CHAPTER 4. Overview of rheoTool 75
• lines 41-48: these lines enclose the conditional return value of function up-
date(). A value of true is returned as long as at least one molecule is still
active and under tracking. Otherwise, the function returns false and, as ex-
plained in Section 4.7.7, this will force rheoBDFoam to abort the run, even if
the endTime was still not reached (there is no interest in keeping the solver
running without any valid molecule).
While inspecting the source code, note that several intermediate operations
are carried out in a dimensionless form to reduce round-off errors, but final results
are always dimensional. Round-off errors can be an important source of numer-
ical error in Brownian dynamics simulations (the situation is worse in atomistic
simulations) if care is not taken with the different scales involved.
bool sPCloudInterface::update()
2 {
mx0_ = mx_;
4
if (isHI_)
6 computeDSigma();
8 fBrownian();
10 if (isExclusionVolumeF_)
fEV();
12
sendU();
14
// Move particles: Drag + Brownian + Exclusion Volume
16 moveAndReceive(true);
writeStatistics();
40
if (nMolc_>0)
42 {
return true;
44 }
else
46 {
return false;
48 }
}
Listing 4.4: Member function update() of class sPCloudInterface. The source
code can be found in file sPCloudInterface.C.
• Analytical : this scheme is the only available for analytical forcing and cannot
be used with a numerical forcing. The velocity is interpolated using uf =
∇uT · ri , where ∇u is user-defined.
• Gradient: in this approach, both the cell-centered field and its gradient are
used for the interpolation. Assuming that uC is the forcing known (com-
puted) at the cell center (located at xC ) and that ∇uC is its gradient (com-
puted numerically), then the velocity at any point xP inside the cell can be
approximated by: uf = uC + (xP − xC )· ∇uC . The numerical scheme used
to compute the cell-centered gradient (∇uC ) can be defined by the user un-
der keyword gradExternalForcing in dictionary fvSchemes. In general, we
recommend Gauss linear for hex-dominated grids and leastSquares in the
remaining cases.
Gradient
y =3 uf
3
2 Barycentric
1 1 1 Weights
-1 1 x
y =1
2 2 Profile at
y=0
3 3 3
uf
3 Gradient
y =-1 2 2
2
Barycentric
Weights
1 1 1 -1 1 y
Profile at
y =-3 x=0
x =-3 x =-1 x =1 x =3
The previous case has shown that the numerical interpolation methods available
are prone to errors in certain conditions and care should be taken in their use. In
the specific case presented above, the issues with the two methods could have been
reduced by refining the grid in the y-direction, such that the molecules spanned
more than one cell in that direction, and by allowing the molecules to travel at least
one entire cell in the x -direction. Alternatively, the use of an unstructured grid
could possibly solve the issues in that particular case. The message that we want
to convey to the reader/user is to use refined meshes in BDS cases, even though
the interpolation methods have sub-cell resolution. Moreover, grid-dependency
studies are also advisable. In any generic situation, if Analytical interpolation can
be used, then this should always be the preferred method, since it is not prone to
such errors. If not possible, then method BarycentricWeights should be preferred
over Gradient.
(3) k
Model (1)
TypeName (2)
FSi fi (4,5) k
Jij, a (j6=i, j∈gi )
N
P
Hookean Hookean H xij – –
j∈gi
N h i h i
|xij | xij D S,k 2 H0 δ2 δ2
2 1 1
rki − r∗i − ∆t kT 1 1 1
P
Marko-Siggia MarkoSiggia 3 Hl l − 4 + 4(1−|xij |/l)2 |xij | Fi 3 d 4(d−1)2
+d− 4 d2
−1 − d 1− 2(d−1)3
j∈gi
N h
3−(|xij |/l)2
i h i
D S,k H 0 2δ 2 d2 −3 d2 −3
H
rki − r∗i − ∆t kT
P
Cohen Padé CohenPade 3 1−(|xij |/l)2
xij Fi 3 (d2 −1) d2 −1
−1− 2δ 2
j∈gi
N h i
D S,k 2δ 2
1
rki − r∗i − ∆t kT H0 1
P
FENE FENE H x
1−(|xij |/l)2 ij
Fi d2 −1
− (d2 −1)2
j∈gi
(1)
Corresponds to the name entry identifying the model in the source code.
(2) 3kT N
k,s
H= l2 .
(3)
Vectorial function used in the Newton-Raphson method (see Section 3.10.4). Superscript k denotes the iteration index.
(4)
The expressions in this column are for the off-diagonal ij (j 6= i, j ∈ gi ) elements of the Jacobian matrix of the Cartesian component a = x, y, z of fk . All the
N
k k
P
off-diagonal elements for which j ∈/ gi are zero. The diagonal elements are obtained from the sum of the off-diagonal elements, Jii,a = 1− Jim,a . This
m=1,m6=i
symmetric matrix is used in the Newton-Raphson method (see Section 3.10.4).
(5)
H 0 = H∆t kT
D
, d = |xkij |/l = |rkj − rki |/l, δ = (rj,a
k k
− ri,a )/l
80
CHAPTER 4. Overview of rheoTool 81
In general, the FENE and Cohen Padé models are stiffer to solve than the
Marko-Siggia model, thus requiring smaller time-steps.
An explicit time integration scheme (TypeName = explicit) is available for all
spring models. For the bounded spring models, the semi-implicit scheme (Type-
Name = semiImplicit) described in Section 3.10.4 is also available. The auxiliary
functions used in the semi-implicit scheme are specified in Table 4.4 for all bounded
models.
As mentioned in Section 3.10.4, several methods can be used to solve the lin-
ear system of equations (3.66). Four (direct) methods are available in library
BDmolecule:
TypeName – Description
LLT – performs a standard Cholesky decomposition of matrix Jka , using the llt()
function of Eigen [41]. It should not be used for tethered molecules.
TDMA – implements Thomas algorithm for a tridiagonal matrix. It can be used for
open, linear (no branches), not tethered molecules. Better performance than
QR is achieved for a large number of beads per molecule (it only visits
elements i-1, i, i +1).
The reader may be questioning the need and utility of so many methods. The-
oretically, some methods should be faster than others, but possibly more stringent
in their application (only tridiagonal matrices, diagonal-dominant matrices, etc.).
In practice, we observe that the QR method is usually the best compromise. The
TDMA method presents a CPU time typically equal or smaller than QR, but has
restrictions in its application (see above). All the methods are implemented us-
ing full-matrices, notwithstanding the fact that most of the off-diagonal matrix
elements are zero. Sparse matrices and sparse matrix (iterative/direct) solvers
might be considered in a future version if memory overhead starts to be an issue
of concern (say > 500 beads per molecule).
IDs.txt: contains three columns, where the first one is for the molecule name/ID,
the second is for the number of beads in the molecule and the third is for
the molecule’s group ID. This file includes such information for all molecules
starting the simulation, regardless of whether the molecule is deleted at some
time during the simulation (e.g. if one of the springs becomes overstretched).
Each row represents a molecule.
stretch.txt: the first column of this file is for the physical time and each of the remaining
columns represents the stretch of a molecule. There is a direct and sequential
one to one relation between the rows of IDs.txt and the columns of st
retch.txt (excluding the first column for time). We define stretch as
the maximum inter-bead distance in a molecule: stretch = max(|rj − ri |),
i, j = {1..N }. If a given molecule is deleted at some point of the simulation,
then the column corresponding to that molecule will be filled with zeros
starting from the row corresponding to that time. Since the length of a
molecule can never be zero, these entries can be used as flags to detect the
molecules that have been deleted during the simulation.
X.txt: the first column of this file is for the physical time and each of the following
triplets of columns represents the x-, y- and z-coordinates of the molecule
N
center of mass, xcm = N1
P
ri . Again, there is a direct and sequential one
i=1
to one correspondence between the rows of IDs.txt and each triplet of
columns of X.txt (excluding the first column, for time).
4.4.9 Limitations
Some of the main limitations of the Brownian dynamics library have been pre-
viously described. However, to make them clear and to avoid any misuse of the
library, they are summarized below:
• only patch, wall and empty boundary types can be present in a mesh.
• hydrodynamic interactions near surfaces are not corrected and the algorithm
for beads reflection at the walls is simplistic (accuracy in confined-flow con-
ditions can be compromised).
Of course, all these limitations can be seen as points to improve in future work.
Although the non-parallelization of the code is pointed out as an issue, we believe it
is not the most important one. Indeed, we expect the solver to be used essentially
with a steady external forcing. In such cases, if the code was parallelized we would
distribute the ensemble of M molecules by P available processors (M/P molecules
per processor), in a single run (single mesh, single fields, etc.). Since this is not
CHAPTER 4. Overview of rheoTool 84
possible, we can prepare P cases, with M/P molecules per case and run each one in
a processor. This is valid because all the molecules are similar objects and need not
to communicate between them. The two methods should perform closely in terms
of CPU time, although the non-parallel one consumes more memory (allocation
of the mesh P times vs 1 time). For the cases with transient external forcing,
parallelization would be indisputably advantageous regarding CPU time.
rheoTool has interfaces to three external libraries: Eigen [41], Hypre [43] and
Petsc [13–15]. These interfaces allow solving ”externally” the linear systems of
equations built in OpenFOAM R , thus increasing the availability of sparse matrix
solvers. Moreover, they also enable certain operations that would not be allowed
by OpenFOAM R matrix solvers, as for example reusing the preconditioner. All
interfaces are parallelized with MPI, except Eigen’s interface, which can only be
used for serial runs. These features are incorporated in library sparseMatrixSolvers,
which also includes coupled solvers (Section 4.5.8).
The library is generic regarding the type of equations that can be handled
by the interfaces (scalar, vector, tensor, symmTensor and sphericalTensor). In
practice, we only use the library to solve the pressure and momentum equations
in segregated solvers, since those are usually the ones consuming more CPU time.
Note that the use of different sparse matrix solvers does not change the accuracy
of the algorithm. Indeed, as long as the system of equations is solved to a tight
tolerance, the solution retrieved by any solver should be the same. Speed is the
only factor involved when selecting the sparse matrix solver.
|Ax − b|1
Residual = (4.33)
|Ax − AxI|1 + |b − AxI|1
where A is the matrix of coefficients, b is the right hand-side vector, x is the
solution vector, I is a vector of ones, x is the average value of x and ||1 represents
the L1 norm of a vector. For all the three interfaces, the residuals displayed to
the screen follow the definition of Eq. (4.33), independently of the sparse matrix
solver being used.
While solving a system of equations with an iterative solver, the iterative pro-
cess stops once a convergence criteria is satisfied. The most used criteria are
typically the absolute tolerance, the relative tolerance and an established maxi-
mum number of iterations. The formula used to define each tolerance is usually
software-dependent. For example, OpenFOAM R solvers use the residuals to define
the tolerance. In the sparseMatrixSolvers library, the solvers belonging to each in-
terface use the tolerance definition imposed by the respective library. Therefore,
whereas OpenFOAM R solvers present a direct relation between the absolute tol-
erance and the residuals, there is no such direct relation for the solvers from the
external libraries. This question does not arise with direct solvers, since they
always solve the equations to machine precision.
saveSystem– this bool indicates whether to reuse or not the elements needed to solve the
system of equations (matrix of coefficients, solver and preconditioner).
updatePrecond
– the frequency at which the preconditioner is updated. The counter is up-
Frequency
dated each time the equation for the given field is assembled and solved.
If the matrix of coefficients is not changing and saveSystem = true, this
variable should be set to a high value (e.g. 105 ), such that, in practice, the
preconditioner is only computed at the beginning of the simulation. If the
matrix of coefficients is changing and saveSystem = true, this variable should
be carefully adjusted. If the matrix of coefficients changes quickly, the value
should be close to 1, whereas higher values can be selected otherwise. If this
parameter is set equal to -1, then an empiric algorithm [5] is employed to
automatically decide when to update the preconditioner. If a direct solver
is used, this parameter must be set equal to 1 (the factorization needs to be
computed each time-step) and an error message is retrieved if this condition
is not satisfied. If saveSystem = false, then this parameter has no meaning
and is not read.
update
– this bool indicates whether to update or not the matrix of coefficients every
MatrixCoeffs
time the equation is solved. It should be set equal to true if the matrix
of coefficients changes over time and false otherwise. There is a (weak)
verification procedure at the beginning of a simulation to check if the matrix
of coefficients is changing. An error is retrieved if updateMatrixCoeffs is
inconsistent with the result from this verification. If saveSystem = false,
then this parameter has no meaning and is not read.
Table 4.5: Available sparse matrix solvers from Eigen interface. The values inside
brackets represent the default parameters used if they are not specified by the user.
Note that additional parameters might be available for each solver, but only those
listed in this Table can be changed through the interface (the ones not listed here
get default values defined by Eigen).
Table 4.6: Available preconditioners from Eigen interface. The values inside
brackets represent the default parameters used if they are not specified by the
user. Note that additional parameters might be available for each preconditioner,
but only those listed in this Table can be changed through the interface (the ones
not listed here get default values defined by Eigen).
Preconditioner Parameters
ICC –
Diagonal –
1 solvers
{
3 "(p|U)"
{
5 solverType eigenSolver;
7 saveSystem true;
updatePrecondFrequency 10000;
9 updateMatrixCoeffs false;
11 solver BiCGSTAB;
tolerance 1e-12;
13 maxIter 1000;
15 preconditioner
{
17 preconditioner ILUT;
dropTol 0;
19 fillFactor 5;
}
21 }
}
Listing 4.5: Example of a solvers dictionary in fvSolution showing the use
of a sparse matrix solver from Eigen library to solve momentum and pressure
equations.
symmetry when used with this solver. The tolerance and relTol parameters own
Hypre’s definition. Some preconditioners can only be used in parallel runs and
preconditioner none is tantamount to not using any preconditioning method. See
Hypre’s documentation [43] for more details about each solver/preconditioner and
its parameters.
The preconditioner must be defined under a sub-dictionary named precondi-
tioner, even in the case it is none. In Listing 4.6 we present an example showing
the use of a solver from Hypre library (a BoomerAMG preconditioned GMRES
Krylov solver). Note that options updatePrecond and updateMatrixCoeffs are not
specified in this example because saveSystem = false (see Section 4.5.3).
Table 4.7: Available sparse matrix solvers from Hypre interface. The values
inside brackets represent the default parameters used if they are not specified by
the user. Note that additional parameters might be available for each solver, but
only those listed in this Table can be changed through the interface (the ones not
listed here get default values defined by Hypre).
Table 4.8: Available preconditioners from Hypre interface. The values inside
brackets represent the default parameters used if they are not specified by the
user. Note that additional parameters might be available for each preconditioner,
but only those listed in this Table can be changed through the interface (the ones
not listed here get default values defined by Hypre).
Preconditioner Parameters
none —
solvers
2 {
"(p|U)"
4 {
solverType hypreSolver;
6
saveSystem false;
8
solver GMRES;
10 tolerance 0;
relTol 1e-8;
12 maxIter 1000;
14 preconditioner
{
16 preconditioner BoomerAMG;
maxIter 1;
18 }
}
20 }
Listing 4.6: Example of a solvers dictionary in fvSolution showing the use
of a sparse matrix solver from Hypre library to solve momentum and pressure
equations.
CHAPTER 4. Overview of rheoTool 91
#--> PC
14 -p_pc_type cholesky
-p_pc_factor_mat_solver_type petsc
16
##############################
18 ##----- Settings for U -----##
##############################
20 #--> KSP
-U_ksp_type bcgs
22 -U_ksp_max_it 1000
-U_ksp_rtol 0
24 -U_ksp_atol 1e-12
-U_ksp_divtol 10
26
#--> PC
28 -U_pc_type ilu
-U_pc_factor_levels 10
30 -U_pc_factor_reuse_fill 1
-U_pc_factor_reuse_ordering 1
32 -U_pc_factor_mat_ordering_type rcm
Listing 4.8: Example of a petscDict options database showing the settings
to solve momentum and pressure equations.
• solve the PNP system of equations coupled with p-u-τ (restricted to the
NernstPlanckCoupled model).
Uptau sub-dictionary
solveCoupledTau– true to add τ to the p-u coupled system of equations and false to solve τ seg-
regated. The variables p-u-τ are only solved coupled if both solveCoupledUp
and solveCoupledTau are set to true.
ciPsi sub-dictionary
solveWithUptau– if true, the PNP system of equations is solved coupled with p-u and option-
ally τ. In that case, no other options are read from dictionary ciPsi (the
matrix controls are those of Uptau).
coupledSolvers
2 {
Uptau
4 {
solveCoupledUp true;
6 solveCoupledTau true;
8 saveSystem true;
robustSumCheck true;
10 updatePrecondFrequency 1;
updateMatrixCoeffs true;
12 }
14 ciPsi
{
16 solveWithUptau false;
18 saveSystem true;
robustSumCheck true;
20 updatePrecondFrequency 1;
updateMatrixCoeffs true;
22 }
CHAPTER 4. Overview of rheoTool 95
}
Listing 4.9: Example of a coupledSolvers dictionary in fvSolution.
Note that the conditions enumerated in Section 4.5.1 that allow reusing the
preconditioner/factorization still hold for the coupled p-u system of equations.
However, if also τ is solved coupled, the matrix of coefficients always changes over
time due to the convective term of the constitutive equation (Eq. 3.4). In that case,
saveSystem can sill be set to true, with a user-defined updatePrecondFrequency (-1
for an automatic decision method), but updateMatrixCoeffs must be set equal to
true or an error will be retrieved otherwise (if the verification algorithm is working
correctly). For the coupled PNP system of equations, the matrix of coefficients
changes every time-step due to the implicit discretization of the electromigration
term.
Since coupled solvers are based on Petsc, the options database file (petscD
ict) controls the solution settings, as described in Section 4.5.7. The prefixes are
now ’Uptau ’ and ’ciPsi ’.
While solving a coupled system of equations, rheoTool will still output the
information for each sub-equation (solver name, residuals and number of iterations
to convergence). However, only the residual is different between sub-equations,
which are computed individually according to Eq. 4.33.
As shown in [5], semi-coupled solvers show a better performance than coupled
solvers in some cases, among other advantages. Therefore it is recommended to
first try semi-coupled solvers, before coupled solvers. A semi-coupled solver solves
part of the equations coupled and part segregated. For example, the set of op-
tions solveCoupledUp = true, solveWithUptau = true and solveCoupledTau = true
corresponds to a coupled solver, but if solveWithUptau = false or solveCoupledUp
=solveWithUptau = false, then a semi-coupled solver is obtained.
Coupled solvers in τ can be only used with viscoelastic fluid models solved
in τ variable, which excludes all the implementations based on transformation of
variables (conformation and log-conformation tensor). For GNF models, p-u can
be solved coupled, but the viscosity is a fully-explicit function of the strain-rate.
• call function solve(f vM atrix < T ype >) of the object created to solve the
equation. The Type of the matrix should be consistent with the Type used
in the constructor. See an example in pEqn.H of solver rheoEFoam;
! Coupled solvers
In order to use the interfaces from sparseMatrixSolvers library in a coupled
solver, follow these steps:
• insert all the fields being solved in the object created, using function
insertF ield(volF ield < T ype >). Type is any valid OpenFOAM R type.
Note that all fields must be already inserted before the first equation is in-
serted in the next step. You can lookup the autoP tr < coupledSolver >
object to add fields from other compilation units, since the class is object-
registered;
• insert all the equations in the autoP tr < coupledSolver > object with a
call to function insertEquation(word, word, eqT ype), where eqType is either
an f vM atrix < T ype > or a LM atrix < T ype >, with Type being any
valid OpenFOAM R type. Note that class LM atrix < T ype > has been
created in rheoTool to handle special coupling terms that are discretized with
fvmb operators. The first and second arguments of function insertEquation()
correspond to the names of the field for which the equation is being written
and the field which is contributing to that equation, respectively. These are
technical details related with new classes added to OpenFOAM R through
rheoTool . It is not expected that the reader (programmer) understand them
without having examined the code before;
• after all the equations and coupling terms have been inserted, solve the cou-
pled system of equations through a call to function solve(). Note that in a
coupled solution method all the governing equations are solved simultane-
ously;
• add the path of sparseMatrixSolvers and fvmb libraries and their dependen-
cies to the Make/option file of your application. See, for example, the
Make/option file of solver rheoEFoam.
The above explanation for coupled solvers might seem abstract if the code be-
hind was not analyzed before. Therefore, we strongly recommend programmers
CHAPTER 4. Overview of rheoTool 97
to first take a look into directories fvmb and sparseMatrixSolvers and any
application using coupled solvers, as for example rheoEFoam and model Nernst-
PlanckCoupled.
4.5.10 Limitations
These are some known limitations of the sparseMatrixSolvers library:
• the residuals retrieved by coupled solvers in the first time the system of
equation is solved do not correspond to the reality for any non-zero initial
solution (field).
• coupled solvers are not using the block matrix structures of Petsc, which is
probably deteriorating performance.
It is worth noting that the default OpenFOAM R sparse matrix solvers display
the best performance in most of the times. The sparse matrix solvers from the
external libraries are only advantageous when OpenFOAM R sparse matrix solvers
require a high number of iterations to converge. In those cases, it is typically
possible to setup a solver from an external library that outperforms the open-
FoamSolver interface. We simply want to alert that the default sparse matrix
solvers of OpenFOAM R will continue being a good (the best) option in most of
the situations where a segregated solver is applied.
in the 2.5D model (Eq. 3.53). Note that the velocity gradient tensor needs to be
corrected for its zz component before it is used to update stresses and to retrieve
the stresses divergence. Remember that this is due to the fact that ∇ · u 6= 0 in
the 2.5D model, which is also responsible for the need to use bounded convection
schemes in all transport equations, except that for film thickness.
For non-isothermal cases, this class also solves the energy equation written as
a function of temperature (Eq. 3.54). However, the variation of viscosity and
relaxation time with temperature is still ensured by the generic functions of the
thermo library (c.f. Section 4.2.3).
A post-processing function (postP rocess()) is directly embodied in this class
to retrieve the film half-width at the take-up line (time in the first column
and half-width in the second one; this variable is written over time to file
filmCastingPP/0/width.txt) and to write the film thickness profile over
the take-up line (y-coordinate in the first column and film thickness in the second
one; the profile goes to file filmCastingPP/0/thickness.txt).
User-defined parameters concerning this class should be specified in
dictionary system/constitutiveProperties, under sub-dictionary
filmProperties, except those related with post-processing, which should be
defined in system/fvSolution in sub-dictionary filmPostProcessing.
Thus, in filmProperties we should have:
• isThermo - select true if the case is not isothermal (solve temperature equa-
tion) and false otherwise;
• h - if isT hermo = true, then h is the heat transfer coefficient (Eq. 3.54);
• Cp - if isT hermo = true, then Cp is the heat capacity of the film material
(Eq. 3.54);
• Tair - if isT hermo = true, then Tair is the temperature of the material
surrounding the film (Eq. 3.54);
• isTanZeroTraction - at the take-up line, one may assume that ux = U and
uy = 0 or that ux = U and Fy = 0, i.e. in the cross-stream direction one
may either assume a null velocity or a vanishing tangential force. Define
isT anZeroT raction = true to impose a vanishing tangential force. Note
that the current implementation is exact for GNF, but approximate for vis-
coelastic fluids.
" #
φ(rj− 1 )
∆t
Fj− 1 = ux,j yj−1 + 2
1− ux,j (yj − yj−1 )
2 2 ∆x
" #
φ(rj+ 1 )
∆t
Fj+ 1 = ux,j yj + 2
1− ux,j (yj+1 − yj )
2 2 ∆x
yj−1 − yj−2
rj− 1 =
2 yj − yj−1
yj − yj−1
rj+ 1 =
2 yj+1 − yj
r + |r|
φ(r) = (van-Leer limiter)
1 + |r|
where j is the spatial index of the grid points and n is the index for the time-step.
Description: this boundary condition is used on the lateral free-surface of
the film to impose no flux across it. Two methods are implemented, one based on
solving the equation for the transient streamline and another, more general, based
on the work of Muzaferija and Peric [29].
In the transient streamline method, one solves equation ∂y ∂t
∂y
+ ux ∂x = uy using
finite-differences discretization on the free-surface nodes, as shown in the formu-
las written above. In particular, we use an explicit Lax-Wendroff method with
limiters, where several limiters are available. Since it is an explicit algorithm, the
time-step is constrained by the CFL condition (Co < 0.5).
In general, the streamline method is more stable (holds higher time-steps) than
Peric’s method, for which it is recommended as first option.
Note: function updatePoints() must be called before the mesh is globally up-
dated. This function updates the position of the free-surface vertices using the
velocity and/or flux fields.
User-defined parameters:
! TypeName: rollVelocity
Type: fixed-value (vector).
Formula:
1−cos( Tπt )
ux,0 + (ux,e − ux,0 ) h
t < Th
uf = (ux,f , 0, 0) with ux,f = 2
ux,e t ≥ Th
where ux,0 is the starting velocity, ux,e is the final velocity and Th is the time during
which the velocity evolves from ux,0 to ux,e .
Description: boundary condition for the velocity to be applied at the take-
up line. It imposes a smooth transition from a starting state (typically ux,0 is
the velocity at the extrusion head) to a final state, which is sometimes needed to
prevent divergence of the solver.
User-defined parameters:
• hT – corresponds to Th ;
naturally ∂u∂y
x
= 0, which implies ∂u
∂x
y
= 0. This last condition is imposed in the rol-
lVelocity boundary condition, which reads user-option isT anZeroT raction from
dictionary constitutiveProperties/filmProperties. For viscoelastic
fluids, this condition is also imposed, but additional manipulation of the stress
tensor is needed to satisfy the vanishing tangential force.
fixed points
z x
In the spines method, each column of points represents a spine. The points
in each spine have fixed x -coordinate and can only move in y. The y-position of
the points located on the free-surface is controlled by the freeSurfaceDisplacement
boundary condition described in the previous section. For the remaining points of
each spine, their y-coordinate is such that they keep their initial relative position
in relation to the extreme points of that spine (points on the symmetry plane are
one of such extremes, naturally constrained to y = 0). For example, assume for
spine 1 (Fig. 4.2) that the point on the free-surface (point 0) is at y = 1 and the
point immediately bellow in the same spine (point 1) is at y = 0.8. This point is
initially at f = 0.8
1
× 100 = 80% of the spine length. Then, at each subsequent
time-step, the y-coordinate of point 1 is given by yp1 = 0.8yp0 .
The spines method preserves the details of the initial mesh (heterogeneous cell
density), is computationally simple and inexpensive (no equation is solved for)
CHAPTER 4. Overview of rheoTool 102
and its stability only depends on the method used to compute the position of the
free-surface. However, for high draw ratios the mesh can deform significantly and
the non-orthogonality developed near the free-surface might become an issue of
concern. In those cases, solver displacementSBRStress might be a better option.
4.7 Solvers
The discussion presented in this Section assumes a segregated solution
method. However, a coupled solution method is also available for some
solvers in the OpenFOAM R version.
The solvers available in rheoTool are summarized in Table 4.9. Each one is dis-
cussed in detail in the following sections.
Name Description
4.7.1 rheoFoam
Solver rheoFoam implements the transient, incompressible Navier-Stokes equations
for single-phase flows of GNF or viscoelastic fluids. Figure 4.3 displays the solving
sequence when the equations are solved segregated.
The solver has three main loops: L1, which is advancing the time; L2, which is
an inner-loop used to converge the solution at each time-step; and L3, a loop which
can be enabled for non-orthogonal grids, in order to update (inside each time-step
and each inner-iteration) the explicit correction of the pressure Laplacian, avoiding
stability problems and reducing the error in transient computations. More than
understanding each step identified in Fig. 4.3, we want to help the reader to identify
them in the source code and relate them with the theory presented in the previous
Chapter. With this purpose in mind, we will do a tour to the source code of
the solver and the most important points will be discussed, skipping the lines not
essential to understand the algorithm.
The solver rheoFoam is composed of one main file (rheoFoam.C) and other
associated header files, among which (createFields.H,createPPutil.H,
UEqn.H,pEqn.H,CEqn.H), that can be found in directory src/solvers/rh
eoFoam/. All the header files are included from the main .C file. We will start
by digging into rheoFoam.C, whose source code is displayed in Listing 4.10.
• lines 1-9: those # include lines load classes used by OpenFOAM R for stan-
dard tasks, transversal to most of the OpenFOAM R solvers.
• line 12: this # include allows the solver to access the models defined in the
constitutiveEquations library.
• lines 17-29: fields, variables, controls and the mesh are created (step S1 of
Fig. 4.3). Lines 23 and 27 point to the header files createFields.H and
createPPutil.H, respectively, located in the same directory as rheoFo
am.C. The later is responsible for the creation of post-processing utilities.
• lines 36-93: represents the time loop, i.e., L1 of Fig. 4.3. The solver will
keep running until the final specified time is reached or once the residuals of
CHAPTER 4. Overview of rheoTool 104
Start
createField.H
Time loop: t = t + Δt L1
L2
Inner loop: i = i + 1
UEqn.H
Non-orthogonality L3
corrector
loop
Solve the pressure S3
(continuity) equation
pEqn.H
pEqn.H
rheoFoam.C
CEqn.H
End
the solved variables drop below some tolerance (this dual criterion is specific
of class simpleControl ).
• lines 66-85: this is the inner loop, L2, of Fig. 4.3. Inside this loop, all
the conservation equations are solved nInIter times inside the same time-
step. This reduces the explicitness of the method, which exists, for example,
in the non-linear convective term of the momentum equation, in the both-
sides-diffusion technique and in several terms of the constitutive equation
(for a given equation, only the terms introduced through a fvm:: operator
are implicit). Furthermore, these iterations also strengthen the coupling
between velocity and pressure.
• lines 44: this function executes the mesh motion if the mesh is dynamic. For
a static mesh, this function has no practical effects.
• lines 46-63: these lines are only executed for dynamic meshes and include
an optional correction of fluxes (line 53). Note that the term ub of Eq. (3.33)
is subtracted from u in line 57.
• line 73: the momentum equation is solved. The header file UEqn.H (Listing
4.11) will be explored later.
• line 74: the pressure equation is solved. The header file pEqn.H (Listing
4.12) will be explored later.
• line 78: function correct() of the constitutive model is called. As seen before,
this function updates variable τ by solving the constitutive equation(s).
• line 81-84: the equation for a passive scalar is optionally solved, depending
on a user-defined selection (more details in Section 5.1.1). The header file
CEqn.H (Listing 4.13) will be explored later.
• lines 87: this is where the post-processing utilities are evaluated, if any has
been selected by the user.
1 #include "fvCFD.H"
#include "IFstream.H"
3 #include "OFstream.H"
#include "simpleControl.H"
5 #include "fvOptions.H"
#include "extrapolatedCalculatedFvPatchField.H"
7 #include "dynamicFvMesh.H"
#include "CorrectPhi.H"
9 #include "adjustCorrPhi.H"
11 #include "ppUtilInterface.H"
#include "constitutiveModel.H"
13 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * //
#include "setRootCase.H"
19 #include "createTime.H"
#include "createDynamicFvMeshDict.H"
21 #include "createDynamicFvMesh.H"
#include "initContinuityErrs.H"
23 #include "createFields.H"
#include "createControls.H"
25 #include "createUfIfNeeded.H"
#include "createFvOptions.H"
27 #include "createPPutil.H"
#include "CourantNo.H"
29 #include "setInitialDeltaT.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * //
31
Info<< "\nStarting time loop\n" << endl;
33
// --- Time loop ---
35
while (simple.loop())
37 {
#include "readControls.H"
39 #include "CourantNo.H"
#include "setDeltaT.H"
41
Info<< "Time = " << runTime.timeName() << nl << endl;
43
mesh.update();
45
if (mesh.changing())
47 {
// Calculate absolute flux from the mapped surface
velocity
49 phi = mesh.Sf() & Uf();
51 if (correctPhi)
{
53 #include "correctPhi.H"
}
55
// Make the flux relative to the mesh motion
57 fvc::makeRelative(phi, U);
59 if (checkMeshCourantNo)
{
61 #include "meshCourantNo.H"
}
63 }
87 postProc.update();
runTime.write();
89
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << "
s"
91 << " ClockTime = " << runTime.elapsedClockTime() << "
s"
<< nl << endl;
93 }
97 return 0;
}
Listing 4.10: Source code of rheoFoam.C.
The source code in file createFields.H will not be discussed, since it mainly
contains standard declaration/initialization of fields and variables. However, it is
worth mentioning the creation of a constitutiveModel object, named constEq, which
stores the data of the constitutive equation selected.
According to the SIMPLEC algorithm, the momentum equation is first solved
to obtain an estimated velocity field, using the pressure field of the previous inner-
iteration or time-step. Then, we solve for the pressure field enforcing continuity.
Finally, using the correct pressure field, the previously estimated velocity is cor-
rected, both on faces and cell centers. This is what is being executed in UEqn.H
and pEqn.H. We follow the discussion by analyzing the content of UEqn.H, whose
code is displayed in Listing 4.11.
• lines 5-13: this is where the momentum equation is built. We can iden-
tify the transient term in line 7, an eventual acceleration term arising from
a non-inertial reference frame in line 8, the convective term in line 9, an
extra momentum source term in line 11 (term f in Eqs. 3.5 and 3.27) and
0
the extra-stress divergence in line 12 (∇· τ ), containing both the solvent
and the polymeric contributions (remember the output of divTau() function,
analyzed in Section 4.1.4).
• line 21: the momentum equation is solved considering the pressure gradi-
CHAPTER 4. Overview of rheoTool 108
ent contribution, where the pressure field from the last time-step or inner-
iteration is used. This term was not added before in order for operator H
obtained from the momentum equation to be free of such contribution, as
discussed in Section 3.4.1. This is required to avoid the onset of checkerboard
fields, since a traditional Rhie-Chow interpolation is not used (cf. Ref. [2]).
// Momentum predictor
2
MRF.correctBoundaryVelocity(U);
4
tmp<fvVectorMatrix> tUEqn
6 (
fvm::ddt(U)
8 + MRF.DDt(U)
+ fvm::div(phi, U)
10 ==
fvOptions(U)
12 + constEq.divTau(U)
);
14
fvVectorMatrix& UEqn = tUEqn.ref();
16
UEqn.relax();
18
fvOptions.constrain(UEqn);
20
solve(UEqn == -fvc::grad(p));
22
fvOptions.correct(U);
Listing 4.11: Source code of UEqn.H.
After having a guessed (non-conservative) velocity field, we will see how it is
used inside pEqn.H (Listing 4.12):
• lines 1-32: variables required to solve the pressure equation (Eq. 3.24) are
assembled. The sequence of steps can be easily understood, keeping in mind
that UEqn().A() retrieves diagonal coefficients (aP ) and that UEqn().H()
and UEqn().H1() stand for operators H and H1 , respectively. As previously
discussed in Section 3.4.1, pressure gradient terms entering the definition of
face fluxes (line 26) are directly evaluated on cell faces to avoid checkerboard
fields. Also, in line 8/11 there is the addition of the corrective term for
time-step dependency, described in Section 3.4.1.
meshes, this term has an important contribution and, due to being explicit,
the pressure solution will not be continuity-compliant, which can afterwards
introduce continuity problems and lead the simulation to diverge. For this
reason, in such cases the implicitness of the Laplacian term is increased by
continuously solving that equation with the updated pressure-field, and the
fluxes are only corrected at the last iteration of this loop (lines 46-49). Is the
non-orthogonal corrector loop absolutely necessary when dealing with non-
orthogonal meshes? No, as long as the simulation does not diverge and if
only steady-state results are required. Otherwise, this loop should be active.
For a number of cases, doing 2-3 non-orthogonal iterations keeps the solver
stable, without the need of under-relaxing the pressure. Even if only one
non-orthogonal correction is performed, the Laplacian term should still be
discretized with the corrective term to keep the accuracy in non-orthogonal
meshes.
• lines 39,44: the pressure equation (Eq. 3.24) is assembled (line 39) and
solved (line 44).
• line 48: this is the equation which corrects the face fluxes (Eq. 3.25 interpo-
lated to the faces). Again, pressure gradient terms are directly evaluated on
cell faces: the snGrad() operator in line 26, when building phiHbyA, and the
one coming from the laplacian() operator in line 39, from which the flux()
operator is derived.
• line 57: this is the equation which corrects the cell-centered velocity field
(Eq. 3.25).
• line 69: the term ub of Eq. (3.33) is subtracted from u (the operation is on
face fluxes, variable phi ).
1 volScalarField rAU(1.0/UEqn.A());
volVectorField HbyA(constrainHbyA(rAU*UEqn.H(), U, p));
3 surfaceScalarField phiHbyA
(
5 "phiHbyA",
mesh.changing() == true ?
7 fvc::flux(HbyA)
+ fvc::interpolate(rAU)*fvc::ddtCorr(U, Uf())
9 :
fvc::flux(HbyA)
11 + fvc::interpolate(rAU)*fvc::ddtCorr(U, phi)
);
13
MRF.makeRelative(phiHbyA);
15
if (p.needReference())
17 {
fvc::makeRelative(phiHbyA, U);
19 adjustCorrPhi(phiHbyA, U, p);
fvc::makeAbsolute(phiHbyA, U);
21 }
CHAPTER 4. Overview of rheoTool 110
23 tmp<volScalarField> rAtU(rAU);
29 tUEqn.clear();
57 U = HbyA - rAtU*fvc::grad(p);
U.correctBoundaryConditions();
59 fvOptions.correct(U);
61 if (mesh.changing())
{
63 Uf() = fvc::interpolate(U);
surfaceVectorField n(mesh.Sf()/mesh.magSf());
65 Uf() += n*(phi/mesh.magSf() - (n & Uf()));
}
67
// Make the fluxes relative to the mesh motion
69 fvc::makeRelative(phi, U);
Listing 4.12: Source code of pEqn.H.
After pEqn.H is executed, both the pressure and the face fluxes are continuity-
compliant, but not the cell-centered velocity field. The conservative fluxes can now
be used to solve any transport equation. In rheoFoam, we offer the possibility to
CHAPTER 4. Overview of rheoTool 111
solve a transport equation for a passive scalar. The governing equation, included
in file CEqn.H, is simply a convection-diffusion transport equation, as can be seen
in lines 5-11 of Listing 4.13.
1 // Transport of passive scalar
3 dimensionedScalar D_ = cttProperties.subDict("
passiveScalarProperties").lookup("D");
5 fvScalarMatrix CEqn
(
7 fvm::ddt(C)
+ fvm::div(phi, C)
9 ==
fvc::laplacian(D_,C)
11 );
13 CEqn.relax();
CEqn.solve();
15
if (U.time().outputTime())
17 {
C.write();
19 }
Listing 4.13: Source code of CEqn.H.
4.7.2 rheoTestFoam
The main purpose of solver rheoTestFoam is to evaluate the behavior of the con-
stitutive models for a user-defined ∇u tensor. At the same time, it can also be
envisaged as a basic debugging tool to check for the correct implementation of the
constitutive models, since an analytical or semi-analytical solution usually exists,
which can be used for comparison.
Shortly, rheoTestFoam solves for the solvent and polymeric constitutive equa-
tions, Eqs. (3.3) and (3.4), respectively, for a prescribed ∇u tensor, assuming
homogeneous flow conditions (∇· τ = 0; u· ∇τ = 0). Since there are no approx-
imations related with spatial discretization, the resulting steady-state solution
0
τ = τ + τs is exact, and OpenFOAM R is simply acting as a nonlinear matrix
solver. To obtain unsteady solutions, the temporal discretization introduces nu-
merical errors during the transient period, which can be reduced using a small
time-step.
The computational domain used with this solver is composed of a single cell: a
cube with unitary edge length (1 m). The boundary conditions for u are internally
manipulated inside the code, in order to get the tensor ∇u defined by the user,
Fig. 4.4. Thus, the default mesh and boundary conditions should not
be changed by the user when working with rheoTestFoam. We note that the
CHAPTER 4. Overview of rheoTool 112
z+
z x-
y- x y+
x+
z-
u x u y x u z x u x u y x u x
u x 1 x , 2 u x 1 x , 2 , 3 z
2 , 3 x 2 x 2 2 x 2
x 2 x x
u y u y y u z y u y u y y u z y
u y 1 x , 2
2 , 3 y u y 1 x , 2
2 , 3 y
2
y 2 y y 2 y 2
u z u y z u z u z u y z u z
u z 1 x , 2 , 3 z u z 1 x , 2 , 3 z
z 2 2 z 2 2 z 2
z z 2 z
Figure 4.4: Boundary conditions manipulation in the single-cell mesh used with
rheoTestFoam. The constants currently used to represent the cell-centered velocity
are κ1 = κ2 = κ3 = 0, although any other values could be used. The edge length
of the cubic cell is set to δx = δy = δz = 1m.
• ramp mode: the user defines a list of ∇u tensors and the solver will retrieve
the steady solution for each entry. In this mode, the solver automatically
selects the ideal time-step value to be used and the steady-state is also auto-
matically detected (either the relative variation of the extra-stress magnitude
drops below 10-8 , or after a predefined number of time-steps has been ex-
ceeded – this last condition is used to avoid infinite loops).
• transient mode: the user defines one single ∇u tensor and the solver will
return the evolution over time of the monitored variables. In this case,
both the time-step and the end time are controlled by the user. This mode
allows to determine the transient material functions of the constitutive model
selected.
the total extra-stress tensor, including both solvent and polymeric contributions).
In ramp mode, also the status (Converged or Exceed Niter ) is returned, along
with the relative error. The user can compute any relevant material function from
the tensor components retrieved. If for some reason the status Exceed Niter is
retrieved for any ∇u entry in ramp mode, we recommend to run rheoTestFoam in
transient mode for that same ∇u, using a small time-step – at convergence, the
steady material properties will be obtained. This may happens, for example, when
using a multimode model with very different modes, for which the automatic time-
stepping procedure fails to choose a stable time-step for the given ∇u. On the
other hand, some viscoelastic models are naturally unbounded under certain flow
conditions, such as the UCM and Oldroyd-B models for W i ≥ 0.5 in extensional
flow. Care should be taken for such situations, since the solver will most likely
retrieve a non-physical solution close to those limits and eventually diverge.
Note that rheoTestFoam is only adapted to work optimally in ramp mode
with the models implemented in the extra-stress tensor variable, which excludes
the models solved with the log-conformation approach or with the conformation
tensor (FENE-type). However, the material functions for a given model are the
same independently of the variable in which it is solved for, as long as all the terms
are accounted for. Thus, it is possible to extract the material functions of all the
models provided in rheoTool .
In a future release of rheoTool , we anticipate that the solver rheoTestFoam will
be able to fit the available constitutive models to experimental data input by the
user and return the best-fit model, along with the best-fit parameters (λ, η, ...).
This will allow to run simulations with a numerical model reproducing properly
the material functions of real fluids.
4.7.3 rheoInterFoam
4.7.4 rheoEFoam
The solver rheoEFoam is the extension of rheoFoam to electrically-driven flows –
note the additional E in the solver name, which points to its E lectric component.
Thus, with no surprise, both solvers share the same basic structure and only
minor differences exist between both at the code level. For this reason, we will
not discuss again the common parts. Instead, we refer the reader to Section
4.7.1 to eventually recall the structure of rheoFoam and in this Section we only
highlight the main differences introduced in rheoEFoam. Note that rheoEFoam
allows the combination of both electrically- and pressure-driven flows with no
restrictions. Pure pressure-driven flows can be also simulated with rheoEFoam, for
which the solver becomes functionally equivalent to rheoFoam, although directly
using rheoFoam is the more efficient option in these situations.
Starting by the file createFields.H, there is an extra line for the creation
of the electric model, as shown in Listing 4.14.
1 // Create the electric model
EHDEKModel elecM(phi);
Listing 4.14: Line in the file createFields.H of rheoEFoam, where the
electric model is created.
In file rheoEFoam.C, the header # include ”EDFModel.H” has been added in
order to enable the use of the EDFModels library, whose path had also to be added
to file Make/options. The other change is in the inner-iteration loop, which now
includes solving the electric-related equations (line 21, Listing 4.15), calling the
function correct() of the electric model (recall an example of that function in lines
188-281 of Listing 4.3). The user may also choose not to solve the equations
governing the fluid flow (see the if condition in line 7 of Listing 4.15). This is
useful when only the electric component of the problem is of interest.
// --- Inner loop iterations ---
2 for (int i=0; i<nInIter; i++)
{
4
Info << "Inner iteration: " << i << nl << endl;
6
if (solveFluid)
8 {
// --- Pressure-velocity SIMPLEC corrector
10 {
// ---- Solve U and p ----
12 #include "UEqn.H"
#include "pEqn.H"
14 }
4.7.5 rheoHeatFoam
Solver rheoHeatFoam is the extension of rheoEFoam to non-isothermal flows. It can
be used for pressure-driven and electrically-driven flows, as well as for mixed flows.
We will analyze next the main differences in the code compared to rheoEFoam.
A pointer to a fluidThermoModel object is initially created (line 1, Listing
4.17). This object contains the temperature field and all the information needed
to assemble and solve the energy equation according to the thermo-model selected
(Section 4.2.1). A new pressure is introduced in the solver (prgh , lines 4-15, Listing
4.17) which corresponds to the static pressure subtracted from the hydrostatic
pressure, prgh = p − ρ0 (g · h) (see the definition of ρ0 in Eq. 3.16). This new
pressure eases the numerical handling of buoyancy and the definition of boundary
conditions for pressure. The static pressure is subsequently defined as a function
of prgh (lines 17-32, Listing 4.17). It is important to note that prgh has units
of pressure divided by density (m2 /s2 ) in the solver. This contrasts to what
happens with that same variable in the two-phase flow solver, which has units of
pressure. This is so because the Boussinesq approximation assumes a constant
density, except for the buoyancy term, thus enabling the division of the whole
momentum equation by the reference density.
autoPtr<fluidThermoModel> thermo(fluidThermoModel::New(word("
thermo"+mesh.name()), mesh));
CHAPTER 4. Overview of rheoTool 116
2
Info<< "Reading field p_rgh\n" << endl;
4 volScalarField p_rgh
(
6 IOobject
(
8 "p_rgh",
runTime.timeName(),
10 mesh,
IOobject::MUST_READ,
12 IOobject::AUTO_WRITE
),
14 mesh
);
16
volScalarField p
18 (
IOobject
20 (
"p",
22 runTime.timeName(),
mesh,
24 IOobject::NO_READ,
IOobject::AUTO_WRITE
26 ),
thermo->hasGravity()
28 ?
(p_rgh + thermo->rhok()*thermo().gh())()
30 :
p_rgh
32 );
Listing 4.17: Modified lines in createFields.H of rheoHeatFoam.
The energy equation is solved at the end of all the remaining equations, with
a call to function correct() belonging to class fluidThermoModel (Listing 4.18).
// ---- Update thermo ---
2 // Can be solved coupled/segregated independent of p-U
thermo->correct(U,phi,constEq.tauTotal(),cpsT,fvOptions,simple.
nNonOrthCorr());
Listing 4.18: Line in rheoHeatFoam.C where the thermodynamics is
updated.
The stresses contribution to the momentum equation are now added through
a call to function divTauThermo() (line 8, Listing 4.19), which accounts for the
temperature effect on viscosity and relaxation time. If buoyancy is disabled in the
solver, all the remaining code is similar to rheoEFoam.
When the Boussinesq approximation is used to model buoyancy (verification
in line 18 of Listing 4.19), the gravity body force should be also added to the
momentum equation (Eqs. 3.15 and 3.16). This term is reconstructed from face
values, along with the pressure gradient, to improve the balance of forces (lines
20-26, Listing 4.19). This is akin to the two-phase flow solver. The overall term
−∇prgh 0 −∇prgh
being added is ρ
− (g · h) ∇ ρρ = ρ
− (g · h) ∇ [1 − β (T − Tref )] and it
CHAPTER 4. Overview of rheoTool 117
0
is easy to prove that this is equivalent to −∇p
ρ
+ ρρ g. Note that all terms of the
momentum equation are divided by the reference density (ρ in Eqs. 3.15 and 3.16).
1 tmp<fvVectorMatrix> tUEqn
(
3 fvm::ddt(U)
+ fvm::div(phi, U)
5 + MRF.DDt(U)
==
7 fvOptions(U)
+ constEq.divTauThermo(U)
9 + elecM.Fe()/constEq.rho()
);
11
//---------------||----------------//
13
spSolverU->solve
15 (
UEqn
17 ==
( thermo->hasGravity()
19 ?
fvc::reconstruct
21 (
(
23 - thermo->ghf()*fvc::snGrad(thermo->rhok())
- fvc::snGrad(p_rgh)
25 ) * mesh.magSf()
)
27 :
-fvc::grad(p_rgh)
29 )
);
Listing 4.19: Momentum equation in rheoHeatFoam (source code from
UEqn.H).
Since the buoyancy term is not included in the source and non-diagonal coef-
ficients of UEqn, it needs to be added posteriorly to the face-interpolated velocity
(lines 3-5, Listing 4.20). Some terms of the SIMPLEC algorithm also need to
incorporate these changes (lines 14-15, Listing 4.20). Note, however, that PIM-
PLE can be used instead of SIMPLEC, as it happens for the two-phase flow solver
(rheoInterFoam). This is a user-defined option. In general, PIMPLE will be more
accurate and perhaps more stable when there is buoyancy, whereas SIMPLEC (or
coupled solvers) will be a better option in the remaining situations.
In the corrector step of SIMPLEC or PIMPLE, the velocity at cell centers is
corrected by the pressure gradient (lines 30-45, Listing 4.20). Finally, the total
pressure (p) is reconstructed from prgh through the addition of the hydrostatic
pressure (lines 49-77, Listing 4.20).
//---------------||----------------//
2
surfaceScalarField phig(thermo->hasGravity() ? -rAUf*thermo->ghf()
*fvc::snGrad(thermo->rhok())*mesh.magSf() : phiHbyA*0.);
4
CHAPTER 4. Overview of rheoTool 118
phiHbyA += phig;
6
tmp<volScalarField> rAtU(rAU);
8
if (simplec)
10 {
rAtU = 1.0/(1.0/rAU - UEqn.H1());
12 phiHbyA += fvc::interpolate(rAtU() - rAU)*fvc::snGrad(p_rgh)*
mesh.magSf();
14 if (thermo->hasGravity())
HbyA -= (rAU - rAtU())*fvc::reconstruct(fvc::snGrad(p_rgh)*
mesh.magSf());
16 else
HbyA -= (rAU - rAtU())*fvc::grad(p_rgh);
18
// Update the pressure BCs to ensure flux consistency
20 constrainPressure(p_rgh, U, phiHbyA, rAtU(), MRF);
}
22 else
{
24 // Update the pressure BCs to ensure flux consistency
constrainPressure(p_rgh, U, phiHbyA, rAUf, MRF);
26 }
28 //---------------||----------------//
30 if (thermo->hasGravity())
{
32 if (simplec)
{
34 surfaceScalarField rAtUf("rAtUf", fvc::interpolate(rAtU()));
U = HbyA + rAU*fvc::reconstruct(phig/rAUf) - rAtU()*fvc::
reconstruct(p_rghEqn.flux()/rAtUf);
36 }
else
38 {
U = HbyA + rAU*fvc::reconstruct((phig - p_rghEqn.flux())/rAUf);
40 }
}
42 else
{
44 U = HbyA - rAtU()*fvc::grad(p_rgh);
}
46
//---------------||----------------//
48
if (thermo->hasGravity())
50 {
p == p_rgh + thermo->rhok()*thermo->gh();
52
if (p_rgh.needReference())
54 {
p += dimensionedScalar
56 (
"p",
CHAPTER 4. Overview of rheoTool 119
58 p.dimensions(),
pRefValue - getRefCellValue(p, pRefCell)
60 );
p_rgh = p - thermo->rhok()*thermo->gh();
62 }
}
64 else
{
66 p == p_rgh;
68 if (p_rgh.needReference())
{
70 p += dimensionedScalar
(
72 "p",
p.dimensions(),
74 pRefValue - getRefCellValue(p, pRefCell)
);
76 p_rgh = p;
}
78 }
Listing 4.20: Parts of the PIMPLE and modified SIMPLEC algorithms in
rheoHeatFoam (source code from pEqn.H).
Note that coupled solvers for p − u − τ or p − u cannot be used in presence of
buoyancy due to the explicit operator fvc::reconstruct().
4.7.6 rheoMultiRegionFoam
Solver rheoMultiRegionFoam is the extension of rheoHeatFoam to multi-region
simulations. Each region can be either a solid domain or a fluid domain. For
each fluid domain, the equations solved are continuity (optional), momentum (op-
tional), constitutive equation (optional), electric-related equations (optional) and
energy equation. In the solid domains, only the energy equation is solved for.
The interaction between different domains can only happen through the energy
equation. Thus, it only makes sense to use this solver for heat transfer cases with
heat exchange between domains.
The code of rheoMultiRegionFoam is not complex, but it is quite extensive and
repetitive compared to other solvers, and as such it will not be analyzed here. You
can consider it as an application in loop of rheoHeatFoam to each fluid domain,
plus the solution of the energy equation in each solid domain (in loop for each
time-step). The energy equation can be optionally solved once for all the solid and
fluid domains, as long as buoyancy is inexistent in the fluid domains.
4.7.7 rheoBDFoam
Solver rheoBDFoam is intended for Brownian dynamics simulations in generic
meshes. In a glance, the source code of rheoBDFoam is simply the one of
rheoEFoam, to which we added an object of class sPCloudInterface, that is up-
dated over time. Therefore, we recommend the reader to first take a look at
CHAPTER 4. Overview of rheoTool 120
Sections 4.4 and 4.7.4. The pieces of code specifically devoted to Brownian
dynamics are mainly contained in header files createLagrangianFields.H
and moleculesEqns.H. In createLagrangianFields.H, a sPCloudInter-
face object is created and named molecules. This header file is called once in
rheoBDSFoam.C, at the beginning of the simulation. On the other hand, header
file moleculesEqns.H is included in rheoBDSFoam.C each iteration of the
main time loop. Let’s take a look on its source code (Listing 4.21):
• lines 8-14: these lines enclose a special loop, which first divides the Eulerian
time-step by nSubCycles, and then performs the operations inside it. The
old time is incremented by this new time-step in each iteration of the loop,
such that an entire original (Eulerian) time-step is elapsed upon completion
of the loop. This procedure allows to use the original Eulerian time-step
everywhere outside the loop (e.g. in solving continuum equations), while a
lower time-step can be used for the operations enclosed in the loop, as long
as nSubCycles > 1 (this variable should be a positive integer different from
0; line 1). The operation executed inside the loop is defined at line 10, which
basically consists in a call to function update() of object molecules. The tasks
carried out by this function have been discussed in Section 4.4.2 and result
essentially in the update of the molecules’ state. The return value of the
function is true if at least one valid molecule remains in the computational
mesh, otherwise it is false and forces an early exit from the loop (lines 12-13).
• lines 20-24: the main time loop of the solver is exited if no valid molecules
remain inside the mesh.
5 scalar t0(runTime.elapsedCpuTime());
7 bool cont;
for (subCycleTime molcSubCycle(runTime, nSubCycles); !(++
molcSubCycle).end();)
9 {
cont = molecules.update();
11 // Exit subcycle
if (!cont)
13 break;
}
15
execTimeLagrang += (runTime.elapsedCpuTime() - t0);
17 Info<< "ExecutionTime Lagrangian = " << execTimeLagrang << " s"
<< endl;
Info << nl << "No more valid molecules inside the computational
domain." << nl << "Exiting time loop." << nl << endl;
23 break;
}
Listing 4.21: Source code of header file moleculesEqns.H used by solver
rheoBDFoam to update the molecules’ state.
If an analytical external forcing is used, or if a numerical one is used but not
solved for (frozen flow), then rheoBDFoam is basically just updating the molecules
state. Otherwise, it also solves the continuum equations. Note that the algorithm
used for Brownian dynamics follows a one-way coupling approach: the continuum
fields affect the molecules motion, but not the opposite. Therefore, the momen-
tum equation, as well as any other equation related with the continuum, keeps
unchanged upon inclusion of molecules. Moreover, this also allows to decouple
continuum computations from Brownian dynamics computations, and, in prac-
tice, a steady-state continuum field previously computed can be simply used and
kept frozen over time to move the molecules. The sole exception is when we need to
study the molecules dynamics in a transient continuum field. Details on the sim-
ulation settings to run rheoBDFoam and to select between analytical/numerical,
steady/transient forcing, etc., are provided in Section 5.7.1.
4.7.8 rheoFilmFoam
Solver rheoFilmFoam is specific in its scope, as it can only simulate film casting
applying a 2.5D model. Therefore, the solving sequence is somewhat different from
the other solvers (e.g. there is no pressure equation) and some options are hard
coded (e.g. the structure of the mesh cannot be changed). Most of the steps in
rheoFilmFoam.C are calls to functions of an object of type filmModel, which
were discussed in Section 4.6.1.
4.8.2 navierSlip
TypeName: navierSlip
Type: fixed-value (vector).
Formula:
0
−k τ0 m τw,f ,model =nonLinearN avierSlip
nl w,f 0
ut+∆t
f = (1−URF)utf +URF |τw,f |
−α 1 − β|τ0 | τ0 ,model =slipT T
w,f w,f
where URF is the under-relaxation factor (0 < U RF ≤ 1), utf is the boundary
velocity at the previous time-step, and knl , m, α and β are input model-dependent
parameters (the model name should be also defined). 0 The wall
stress vector is
0 0 0
tangent to the wall and is given by τw,f = τf · nf − τf · nf · nf nf with τf corre-
sponding to the total (solvent and polymeric) extra-stress tensor at the wall.
Description: fully-explicit implementation of slip models according to [45].
Supports both two-phase flows and moving meshes. In the latter case, the moving
wall velocity is added to the slip component computed as above. Lower values
of URF increase the numerical stability, but are not adequate for time-dependent
flows.
4.8.3 poiseuilleVelocity
TypeName: poiseuilleVelocity
Type: fixed-value (vector).
Formula:
∞
16a2
X
1 dp (i−1)/2 cosh(iπxb /2a) cos(iπxa /2a)
uf = 3 − (−1) 1− n
π η dn i=1,3,5,... cosh(iπb/2a) i3
CHAPTER 4. Overview of rheoTool 123
dp
where − η1 dn = P∞
3u
is the modified pressure-
tanh(iπb/2a)
a2 [1− 192a
5 ]
π b i=1,3,5,... i5
gradient needed to impose an average velocity u. The local coordinates
xa and xb are defined as xa = d̂a · (xf − x0 ) and xb = d̂b · (xf − x0 ), where
x0 is the origin of the velocity profile (not necessarily the geometrical center
of the patch), xf represents the global coordinates of each face f and d̂a
and d̂b are unitary vectors coplanar with the patch and orthonormal with n,
if n denotes the normal vector to the patch, which also corresponds to the
direction of the flow. Note that a and b represent the width and height of
the rectangular cross-section. The user needs to define parameters x0 , d̂a ,
d̂b , a, b and u, and set geometryT ype = Duct3D.
• Pipe (r ≤ R)
r 2
uf = 2u 1 − n
R
4.8.4 zeroIonicFlux
TypeName: zeroIonicFlux
Type: fixed-gradient (scalar).
Formula: ∇ci |f · nf = −ci,f ez ∇Ψ |f · nf , with ci,f = ci,P exp − ez
kT
i
kT
i
(ψf − ψP ) .
Indices f and P represent the boundary face and the cell owning that face (see the
definition of the other variables in Section 3.8.1).
CHAPTER 4. Overview of rheoTool 124
4.8.5 boltzmannEquilibrium
TypeName: boltzmannEquilibrium
Type: fixed-value (scalar).
Formula: ci,f = ci,0 exp ez
kT
i
(ψ f − ψ0 ) , where ci,0 is the reference concentration
(user-defined) at which the intrinsic electric potential is ψ0 (user-defined; see the
definition of the other variables in Section 3.8.1). A common choice is to set ci,0
as the bulk concentration of ions and ψ0 = 0.
Description: ionic concentration derived from the assumption of Boltzmann
equilibrium near the patch. This boundary condition is intended to be used when
the electric potential is split, in which case only the intrinsic potential is used
in the formula. This boundary condition does not guarantee the zero-flux of a
given specie in all the situations, and, in general, it is not accurate for transient
simulations.
4.8.6 inducedPotential
TypeName: inducedPotential
Type: fixed-value (scalar).
Nf
Formula: ψf = −φExt,f + ψFix + NPf 1
P
φExt,f |Sf |, where ψFix is the bias
|Sf | f=1
f=1
voltage (user-defined) of the patch, i.e., the electric potential of the surface in the
absence of an external electric field.
Description: intrinsic potential induced in a conducting surface placed over
an electric field and having a bias voltage [47]. The last term in the formula
represents the area-averaged external electric potential over the surface. This
boundary condition can be used with the Poisson-Boltzmann and Debye-Hückel
models, under the potentials splitting approach.
4.8.7 slipSmoluchowski
TypeName: slipSmoluchowski
Type: fixed-value (vector).
Formula: uSch,f = µ(−∇φExt,f ), where µ is the electroosmotic mobility (user-
defined), as defined in Section 3.8.5.
CHAPTER 4. Overview of rheoTool 125
4.8.8 slipSigmaDependent
TypeName: slipSigmaDependent
Type: fixed-value (vector).
m
Formula: uSch,f = µ0 σσ0f (−∇φExt,f ), as defined in Section 3.8.6. Parame-
ters µ0 , σ0 and m are user-defined.
Description: slip velocity derived from the Helmholtz-Smoluchowski theory
for a space-variable conductivity field (Section 3.8.6). This boundary condition
can be used with the Ohmic model.
4.8.9 heatFlux
TypeName: heatFlux
Type: mixed (scalar).
(
Tf = 1−Tα∆
c
+ k β−α
Formula: k ∆ , with α = −h − εσTf3 and β = hTa + εσTs4 +
∇T |f · nf = αTc +β
k−α∆
Q
q + S . The following nomenclature is used: Tf is the temperature at the face,
Tc is the temperature in the adjacent cell, ∆ is the cell-face normal distance, k
is the thermal conductivity in the adjacent cell, h is the heat transfer coefficient,
ε is the emissivity of the surface, σ is Stefan–Boltzmann constant, Ta is the far-
field temperature for convection, Ts is the surrounding temperature for radiation
transfer, S is the total area of the boundary, q is a constant heat flux (W/m2 ) and
Q is a constant heat rate (W). The formula is derived from a heat flux balance at
the boundary:
Q
−k ∂T
∂n
= h (T − Ta ) + εσ (T 4 − Ts4 ) − q − S
4.8.10 coupledT
TypeName: coupledT
Type: fixed-value (scalar).
CHAPTER 4. Overview of rheoTool 126
Formula: see Eqs. (4.31) and (4.32). Parameters to be defined by the user:
nbrFieldName, the name of the temperature field on the neighbor region (optional,
default is T ); isContactResistance, true to enable contact resistance and false
to enforce perfect thermal contact; hres, the heat transfer coefficient for contact
resistance (in case it is enabled).
Description: this boundary conditions is intended to be used with solver
rheoMultiRegionFoam for the continuity of heat flux across domain interfaces
(typically solid-fluid interfaces). This boundary condition must be applied on the
two patches making an interface (each patch in a different region), and the user-
defined parameters must be equal on the two sides (except nbrFieldName, which
can be different). It can only be applied on patches of type regionCoupledAMI.
Besides setting the temperature of the patch, this boundary condition also modifies
the thermal conductivity on the patch when the inter-region coupling is implicit.
Since only diffusive heat transfer is considered in this boundary condition, the
flux of fluid through the given patch must be zero, which is achieved with
appropriate boundary conditions for the velocity.
Hf 1 1 ∗
uf · n = 0 ⇒ (∇p)f · n = (aP − H1 ) + − (∇p )f · n (4.35)
aP aP − H 1 aP
Eq. (4.35) is generic since it does not depend on a specific form of the mo-
mentum equation. It can also be seen that if both sides of Eq. (4.35) are forced
to be zero – the zero-gradient approach –, the equality is still satisfied and the
no-penetration condition is still valid. The advantage in using Eq. (4.35) is that
the resulting normal pressure gradient is going to effectively balance the remaining
local forces in the momentum equation. In practice, the difference between using
Eq. (4.35) or the zero-gradient approximation is only noticeable when the stresses
at the wall are significant (high H
aP
f
), as for example in EDFs, where a strong elec-
tric force normal to the wall may exists. In the tutorials provided with rheoTool ,
the zero-gradient approximation is frequently used.
Since OpenFOAM R version 4.0, the boundary equation embodied by Eq. (4.35)
is available by default under the name fixedFluxExtrapolatedPressure. However,
this boundary condition may not be usable in some cases, as for example in cases
with a zero velocity assigned to all boundaries. In such cases, there is a conflict
CHAPTER 4. Overview of rheoTool 127
4.9 Utilities
4.9.1 GaussDefCmpw schemes for convective terms
The component-wise and deferred correction handling of HRSs, described in Sec-
tion 3.5, is included as a library in rheoTool . If the installation procedure pre-
sented in Chapter 2 has been followed, this new class of schemes will only be
available when using the family of solvers provided with rheoTool . However, there
are several ways to make the schemes available to any solver of OpenFOAM R .
One option (not requiring compilation) is to include this library (libgauss
DefCmpwConvectionSchemes.so) as a lib entry of controlDict in the
case directory. Another option is to compile the class inside library finiteVol-
ume, which is included by most OpenFOAM R solvers. To access this class from
a specific solver, lgaussDefCmpwConvectionSchemes should be added to
the Make/options file of that solver, along with its path. We note that the
component-wise and deferred correction handling of HRSs improved significantly
the stability of viscoelastic fluid flow simulations [2], but its performance and ad-
vantage when used in other type of flows need to be tested (by no way we argue
that this is a magic bullet for all purposes).
The new group of HRSs is accessible from class GaussDefCmpw and its use
is similar to the standard HRSs of OpenFOAM R . For example, the CUBISTA
scheme can be used by simply defining in dictionary fvSchemes: GaussDefCmpw
cubista; in front of the divergence term being discretized (remember that keywords
in OpenFOAM R are case-sensitive). To obtain a list of all the schemes available,
simply type GaussDefCmpw ; without any additional argument and you will obtain
CHAPTER 4. Overview of rheoTool 128
all the possibilities, listed in Table 4.10. There is a scheme named none, which
corresponds to removing the convective term from the equation being discretized.
Note that all the limiters implemented in class GaussDefCmpw are totally inde-
pendent from the already existing limiters of OpenFOAM R and all are defined
in file limiters.H. For example, you will have now GaussDefCmpw minmod
and Gauss Minmod, which are two different schemes, or, actually, two different
implementations of the same high-resolution scheme.
1 2
Scheme TypeName Equation
[1, 0] φ̃C ≤ 0 ∨ φ̃C ≥ 1
[3, 0] 0 < φ̃C < 1/6
SMART smart [α, β] =
[3/4, 3/8] 1/6 ≤ φ̃C ≤ 5/6
[0, 1] 5/6 < φ̃C < 1
[1, 0] φ̃C ≤ 0 ∨ φ̃C ≥ 1
[2, 0] 0 < φ̃C < 3/10
WACEB waceb [α, β] =
[3/4, 3/8] 3/10 ≤ φ̃C ≤ 5/6
[0, 1] 5/6 < φ̃C < 1
[1, 0] φ̃C ≤ 0 ∨ φ̃C ≥ 1
[1/2, 1/2] 0 < φ̃C < 1/2
SUPERBEE superbee [α, β] =
[3/2, 0] 1/2 ≤ φ̃C ≤ 2/3
[0, 1] 2/3 < φ̃C < 1
3
no convection none –
1
Corresponds to the name entry identifying the scheme in the source code.
2
See Eq. (3.29).
3
When this option is used, the convective term is deleted.
4 functions
(
6
ciMonitor
8 {
funcType calcBalance;
10 enabled true;
evaluateInterval 100;
12 }
14 jMonitor
{
16 funcType calcJpatch;
ListOfPatches
18 (
"cylinder"
20 );
enabled true;
22 evaluateInterval 100;
}
24
);
26
}
Listing 4.22: Example of a PostProcessing subDict.
CHAPTER 4. Overview of rheoTool 131
• funcType: should specify the TypeName of the given ppUtil. To obtain a full
list of all the available utilities, simply insert any random letter.
When a given ppUtil is active and programmed to write some quantity (or
several) of interest, a folder named rheoToolPP/startTimeName/ppUtilN
ame/ is created in the case directory and the output is forwarded to there.
The class ppUtil not only allows to create case-specific post-processing tools, as
it also offers the possibility to build generic post-processing applications. In Table
4.11 we present some generic ppUtil which are included in rheoTool and that can
be useful in a number of cases.
Table 4.11: General-purpose ppUtil available in rheoTool .
TypeName Description
4.9.3 writeEfield
By default, the solver rheoEFoam does not write the electric field to the time
directories. The purpose of utility writeEfield is to read the electric potential
variable(s) and write the electric field, for each time directory. This means that
this utility can only be called after the simulation has been run. The utility sums
up all the electric potential variables available in the directories: Ψ (psi ), φExt
(phiE ) and/or ψ (psi ).
The utility can be used by typing writeEfield in the terminal, without any
other requirements, except that at least one electric potential variable must exist
in the time directories. In addition, the time directories can not be decomposed
among processors (reconstruct the case if it is decomposed).
Note that the electric field can be also computed from the electric potential
in most of the visualization software, as for example Paraview, since a simple
differentiation operation is required.
4.9.4 initMolecules
The purpose of utility initMolecules is to generate a set of files representing the
molecules that can be read by solver rheoBDFoam. The users can interpret this
utility as a sort of blockMesh application that generates molecules instead of a
computational mesh.
This utility reads its controls from dictionary initMoleculesDict, which
should be located inside folder constant/. An example of such dictionary is
presented in Listing 4.23. We will now analyze its entries. However, we should first
remember that solver rheoBDFoam can handle simultaneously multiple groups of
molecules with different physical properties. As such, both the physical properties
and the beads positions should be defined for each group. In the example of Listing
4.23, there are two groups of molecules defined inside dictionary groups, which were
arbitrarily named G1 (line 3) and G2 (line 27). The user can introduce and define
as many groups as needed (at least one should exist). For each group, the following
data must be present (we will only analyze group G1 in Listing 4.23):
• number of molecules (line 5): this is specified in entry nMolecules and should
be an integer ≥ 1. All the molecules generated inside a group will share the
same physical properties.
• physical properties (lines 7-12): these are the input parameters needed by
the physical model. We can find the diffusion coefficient (D), the beads
radius (a; only used if HI are active), the number of Kuhn steps per spring
(Nks), the exclusion volume parameter (nuEV ; only used if EV forces are
active) and the maximum length of a fully-stretched spring (Ls). See Section
3.10 for details about these parameters.
• spatial distribution and topology of the molecules (lines 15-24): these set-
tings should all be defined inside dictionary spatialDistributionCoeffs (lines
15-24). Currently, the molecules can be only distributed uniformly over a
straight line defined by its extreme points, p0 and p1. For a group with M
CHAPTER 4. Overview of rheoTool 133
molecules, this means that the first bead of the first molecule will be at po-
sition p1 and the first bead of the remaining molecules will be spaced apart
consecutively by vector ∆s = (p1 − p0)/(M − 1) (the first bead of the last
molecule will be at position p2 ). Note that p0 and p1 can be assigned the
same vector positions, in which case all the molecules have their first bead at
the same position. We remember that solver rheoBDFoam does not account
for inter-molecular interactions (for all the effects considered, each molecule
behaves as if it was alone in the surrounding fluid). The last entry of dictio-
nary spatialDistributionCoeffs, named branches() (lines 20-23), controls the
position of the remaining beads in each molecule. The molecules are built
branch-by-branch, thus each line of branches() should fully define a branch
according to a fixed syntax:
(A B C) (d0 d1 d2 ) (E F) (G H)
1 groups
(
3 G1
{
5 nMolecules 1000;
7 // Physical properties
D 0.065e-12;
9 a .077e-6;
Nks 20;
11 nuEV 1.2e-21;
Ls 2.1e-6;
13
// Spatial distribution
15 spatialDistibutionCoeffs
{
17 p0 (0 0 0);
p1 (0 0.001 0);
19
branches
21 (
(0 0 11) ( 0.2 0 0) (true true)
23 );
}
25 }
27 G2
{
29 nMolecules 700;
31 // Physical properties
D 0.15e-12;
33 a .053e-6;
Nks 15;
35 nuEV 4e-22;
Ls 2.1e-6;
37
// Spatial distribution
39 spatialDistibutionCoeffs
{
41 p0 (0 0 0);
p1 (0.005 0 0);
43
branches
45 (
(0 0 3) ( 0.1 -0.1 0 ) (false true)
47 (0 2 2) ( -0.1 -0.1 0 ) (false true)
(1 1 2) ( -0.1 0.1 0 ) (false true)
49 (1 1 1) ( 0.1 0.1 0 ) (false false) (0 0)
(2 1 3) ( -0.1 0 0 ) (false true)
51 );
}
53 }
CHAPTER 4. Overview of rheoTool 135
);
Listing 4.23: Example of a initMoleculesDict dictionary used to
generate molecules with utility initMolecules.
X Spring
Z
Y Z – bead index inside the molecule
Y – branch index
0 1 2 3 4 5 6 branches
0 1 2 3 4 5 6 (
0 y (0 0 7) ( 0.1 0 0 ) (false true)
);
x
Open linear chain
2 9
8
1
7 branches
1 0 (
(0 0 7) ( 0.1 0 0 ) (false true)
0 1 2 3 4 5 6 (0 2 3) ( 0.1 0.1 0 ) (false true)
0 1 2 3 4 5 6 (0 4 4) ( 0.05 -0.05 0 ) (false true)
0 0 2 (2 1 2) ( -0.05 -0.05 0 ) (false true)
10 );
1
14 0 11
y 15 1 3 2
12
3
x 13
0 0
3 0 branches
0 1 (
1 (0 0 3) ( 0.1 -0.1 0 ) (false true)
7
(0 2 2) ( -0.1 -0.1 0 ) (false true)
10 2 9 1 8 0 1 6 2 2 (1 1 2) ( -0.1 0.1 0 ) (false true)
4 (2 1 1) ( 0.1 0.1 0 ) (false false) (0 0)
y (2 1 3) ( -0.1 0 0 ) (false true)
0 5 3 0 1
);
2 4
1
x
Closed chain with branches
molcID- field of labels corresponding to the index of the molecule which contains the
given bead.
origID- field of labels corresponding to the global bead index. In most of the cases,
this field is equal to the first element of field indices. This field is kept to en-
sure compatibility with the generic particle-tracking engine of OpenFOAM R .
origProcID- field of labels corresponding to the index of the processor containing the
bead. Since rheoBDFoam is still not able to run in parallel, this will be
always a field of zeros. Again, this field is kept to ensure compatibility with
the generic particle-tracking engine of OpenFOAM R .
positions- list of bead’s positions. This list has a special format defined by
OpenFOAM R . Each entry is composed by the barycentric coordinates of
the bead (inside parentheses), the mesh cell index containing the bead,
the index of the face owning the tetrahedron containing the bead and the
point index defining that face. For more information, the user is advised to
check the source code of src/lagrangian/basic/particle/partic
le.H and src/lagrangian/basic/particle/particleIO.C pro-
vided with OpenFOAM R (version 5.0 or newer).
MoleculesInfo- holds information on the active molecules, as the physical properties of each
group of molecules. It also lists the index, number of beads and the group
that each active molecule belongs to.
springs- a list of triplets defining the springs of the active molecules (similarly to
faces in a mesh). The first element is the first-bead global index, the second
element is the second-bead global index and the third element is the molecule
index. A spring can be unequivocally defined with these elements.
The seven files described above are generated upon execution of initMolecules,
and they are automatically written by rheoBDFoam during a simulation, since they
are needed for an eventual restart. Note that all the information in dictionary in
itMoleculesDict is only read by utility initMolecules; changing this dictionary
after having run the utility or just before running solver rheoBDFoam will change
nothing. This is not a valid way to change the molecules’ physical properties
after having created the molecules. Such changes can be done manually in file
MoleculesInfo, although it is generally not recommended (it is preferable to
re-run initMolecules).
4.9.5 averageMolcN
The results obtained with solver rheoBDFoam usually require averaging over sev-
eral molecules due to the random nature of the Brownian term. Utility aver-
ageMolcN averages the molecular length over all the valid molecules registered
CHAPTER 4. Overview of rheoTool 137
at a given time. This utility is mostly useful for homogeneous flows, where the
molecular extension does not depend on the spatial position.
The argument to this utility should be provided in the command line, following
this syntax:
∼$ averageMolcN time
where time is the startTime.
The results for each group of molecules are written to file rheoToolPP/start
Time/moleculesStats/groupName/Stretch_Naverage.txt, where the
first column corresponds to time and the second column is the ensemble averaged
molecular length. Note that untracked/overstretched molecules are not accounted
in the average.
This utility requires (uses) the registry of the molecules’ position and stretch
over time, optionally written and saved by solver rheoBDFoam (see Section 4.4.8).
Therefore, this post-processing utility can only be called after a call to the solver.
4.9.6 averageMolcX
In some cases, it is useful to compute the average evolution of the molecules’ length
over space. Utility averageMolcX is intended for this purpose, since it retrieves the
average molecular length over a line defined by the user. This line can have any
orientation and is divided in a finite number of bins. For example, consider line
connecting point (0,0,0) to point (10,0,0), that is divided in 10 bins. Then, all the
molecules whose center of mass, at a given instant, had its x -coordinate between
x = 0 and x = 1 will contribute to the average in the first bin. The second bin is
between x = 1 and x = 2, and so on for the remaining bins.
The arguments to this utility should be all provided in the command line,
following this syntax:
∼$ averageMolcX time -biased bool -startPoint ”sP” -endPoint
”eP” -nBins nB
where time is the startTime, sP is the position of the first point of the line, eP
is the position of the second point of the line and nB is the number of bins. The
option -biased should receive a boolean and stands for the averaging method
used. The biased average (bool = true) takes all the hits in a given bin and
averages among all with equal weights per hit. This results, in general, in a biased
average, because the molecules with more hits in a given bin (for example the
ones with slower velocity) will have a higher representation in the results. The
unbiased average (bool = f alse; default option if none is specified) first computes
the average length of each molecule inside the bin, collecting all the hits of that
molecule in the bin, and then averages between all the molecules, attributing equal
weights to each one.
The results for each group of molecules are written to file rheoToolPP/start
Time/moleculesStats/groupName/Stretch_Xaverage.txt, where the
first three columns correspond to the x-,y- and z-coordinates of each bin’s center,
the fourth column contains the average molecular length in that bin and the fifth
column contains the number of values used in the average (number of molecules
for unbiased average, or total number of hits for biased average).
CHAPTER 4. Overview of rheoTool 138
This utility requires (uses) the registry of the molecules’ position and stretch
over time, optionally written and saved by solver rheoBDFoam (see Section 4.4.8).
Therefore, this post-processing utility can only be called after a call to the solver.
Chapter 5
Tutorials
The tutorials in this Chapter are mainly intended for learning purposes.
It is not our primary goal to obtain highly accurate results with such
examples, but solely to show how to run the solvers, preferably using
fast-running cases. Higher accuracy can be obtained in all the cases by
increasing the resolution in space and time.
5.1 rheoFoam
5.1.1 General guidelines
Before proceeding, we note that the sequence of operations required to prepare a
case in OpenFOAM R does not need to be ordered as presented next (constant/
¸ 0/ ¸ system/). This sequence was organized in such a way to be (hopefully)
logic and easy to follow and execute.
| constant/
Inside folder constant/ there are two main components of the simulation: the
mesh, in folder polyMesh/, and the dictionary constitutiveProperties,
which is a dictionary specific of rheoTool . Since the mesh is an element required
by almost all OpenFOAM R solvers, it will not be discussed here and we assume
that a valid mesh already exists in folder polyMesh/.
139
CHAPTER 5. Tutorials 140
10 stabilization coupling;
}
12
passiveScalarProperties
14 {
solvePassiveScalar off;
16 D D [ 0 2 -1 0 0 0 0 ] 1e-9;
}
Listing 5.1: Example of a constitutiveProperties dictionary used
with rheoFoam.
The dictionary constitutiveProperties has two different sub-
dictionaries (subDict), which must necessarily exist: parameters, with information
on the constitutive model, and passiveScalarProperties, related with the scalar-
transport equation.
Regarding subDict parameters, in line 3 we define the TypeName of the consti-
tutive model to be used, which can be found in Table 4.1. In the example displayed
in Listing 5.1, we are using the Oldroyd-B model, solved with the log-conformation
approach (Oldroyd-B + Log). If we would like to use the same model without solv-
ing it with the log-conformation approach (solving the constitutive equation for
the extra-stress tensor), then the type would be simply Oldroyd-B – this naming
rule is valid for all viscoelastic models. Lines 5 to 8 specify the fluid properties
required by the constitutive model being solved. The density is a property com-
mon to all models (it is not related with the constitutive equation) and should
always be present, while the model-dependent properties can be checked in Table
4.1. Anyway, if some required parameter is not specified, the solver will retrieve
an error complaining for its absence.
The reader might be surprised with the unphysical parameters displayed in
Listing 5.1 (even just being an example), particularly the density of the fluid,
which is not realistic for any known viscoelastic liquid. The use of a unitary
density (ρ = 1 kg/m3 ) and many other unitary variables is simply to facilitate the
calculations. In the tutorials presented next, we frequently make use of this kind
of approach, since the computation of dimensionless parameters does not require
physically realistic quantities.
At line 10, the stabilization method is selected (recall that C++ is case-
sensitive): none for no stabilization; BSD to use the both-sides-diffusion technique;
coupling to use the stress-velocity coupling discussed in Section (3.4.2). Note that
CHAPTER 5. Tutorials 141
• GNF fluid: those cases only require defining pressure (divided by the den-
sity), p (in this guide represented by ρp ), and velocity, U (in this guide rep-
CHAPTER 5. Tutorials 142
resented by u) fields. For all the GNF models, except for the Newtonian
case, the solver will automatically write the shear-rate dependent viscosity
at subsequent times.
boundary conditions need to be defined to solve such equations (see the tutorial
in Section 5.1.9). On the other hand, rigid-body like motions, for example, do
not need such procedure, since the whole mesh is simply transformed by some
geometric operation.
| system/
The last steps before starting the simulation are related with the dictionaries
located in folder system/, which mainly control the numerical method. In par-
ticular, we will focus our attention on the following dictionaries: controlDict,
fvSchemes and fvSolution. All the three dictionaries must be present for
the simulation to run, as required by most of the OpenFOAM R solvers. Since
most of the entries in those dictionaries are transversal to both rheoFoam and any
OpenFOAM R solver, we will limit our description to the new features introduced
by rheoFoam.
In controlDict dictionary, the options allowing to automatically control
the time-step by imposing a Courant number limit are available in rheoFoam and
can be used (following the same principles of other OpenFOAM R solvers). Those
options are adjustTimeStep (on/off ), maxCo (the value of the limiting Courant
number) and maxDeltaT (the maximum admissible time-step). Furthermore, and
although not being a feature exclusive of rheoFoam, coded functionObjects can
be defined in controlDict and used with rheoFoam to extract and monitor
quantities of interest (this is not possible in foam-extend). This kind of functions
are frequently used in the tutorials of this Chapter.
Regarding dictionary fvSchemes, we remember that GaussDefCmpw schemes
(Section 4.9.1) are available for selection and can be used to discretize any con-
vective term with the generic form div(phi,variable), where variable is either
U,tau,theta or C. Still in the divSchemes subDict, the term div(grad(U))
is part of the stress-velocity coupling algorithm (see line 44 of Listing 4.2) and
should (always) be discretized using a central differencing scheme (Gauss linear ),
if used. In the gradSchemes subDict, the entry linExtrapGrad is for the gradient of
the tensor components when using linear extrapolation of polymeric extra-stress
at a given boundary, as discussed in Section 4.8.1. Apart from this, the remaining
entries in fvSchemes should be familiar to the user and the selection of appropri-
ate discretization schemes for each one is essential to keep the numerical method
accurate and stable.
The dictionary fvSolution is the only remaining to be adjusted before run-
ning the simulation. In subDict solvers, the matrix solver for each equation being
solved should be specified (remember that there will be N equations to solve for
theta/tau in a model using N modes; wildcard characters are useful in those
cases). If the user forgets to specify any, the solver will retrieve an error message
asking for it. Only the pressure equation results in a symmetric matrix of coeffi-
cients, while all the others generate non-symmetric matrices. The only exception
is the momentum equation without the convective term included, which also re-
sults in a symmetric matrix. This should be taken into account when selecting
the type of matrix solver, since some are specific for some type of matrices. If
a coupled solver or a sparse matrix solver from an external library is used, then
check the instructions provided in Section 4.5. In the SIMPLE subDict, there
CHAPTER 5. Tutorials 144
is a new entry specific of rheoFoam, which is nInIter. This variable was defined
in Section 4.7.1 and controls the number of inner-iterations (see Fig. 4.3). If not
defined, the solver will execute 1 inner-iteration as the default behavior. Still in
the SIMPLE subDict, the entry residualControl allows the solver to automatically
stop the simulation once the residuals for all the specified variables drop below
the prescribed value. This is mainly a characteristic of steady-state solvers of
OpenFOAM R and it can be also used in rheoFoam. However, if the goal is to run
rheoFoam until the endTime specified in controlDict, simply leave this entry
empty. The last subDict in fvSolution is the relaxationFactors, that determines
the amount of explicit (fields) and implicit (equations) under-relaxation for each
field or equation. When using the SIMPLEC algorithm for pressure-velocity cou-
pling, as a rule of thumb, the pressure does not need to be explicitly under-relaxed
to correct the velocity (see Ref. [2]). The only exception occurs for non-orthogonal
grids, where a small amount of under-relaxation may eventually be needed for
pressure. The under-relaxation factor, ranging between 1 (no under-relaxation)
and 0 (total under-relaxation, pressure does not evolve in time), is case-specific
and should be as high as possible (it can be conditioned by stability issues). Re-
garding implicit under-relaxation (equations), it only makes sense to be used with
steady-state solvers, where the absence of a time-derivative term requires under-
relaxation for stability reasons. Since rheoFoam is by default a transient solver,
where time-derivatives are present in all the transport equations, implicit under-
relaxation is not needed. In practice, it is possible to run rheoFoam without those
time-derivatives by selecting a default steady-state discretization scheme in the
ddtSchemes subDict of fvSchemes and, by this way, rheoFoam will run as a
typical steady-state solver of OpenFOAM R , requiring implicit under-relaxation.
However, in some situations (viscoelastic models solved with the log-conformation
approach) the user will probably face stability issues, due to the poor diagonal
dominance of the base matrix of coefficients. For this reason, unless the user is
experienced and knows what is doing, we strongly recommend to use rheoFoam in
transient mode. Note that, if it exists, the steady-state will be reached after some
time of a transient simulation (typically after several relaxation times, of the order
of 10 or above for higher Wi, for viscoelastic models). If the transient analysis is
not important, a high Courant number ( 1) can be defined to reach this state
faster, as long as the computations remain stable.
In all the tutorials presented next, a steady-state is reached for the range of
parameters used in the examples. However, in none of them we use the residuals
as the termination criteria. Indeed, we prefer to set a very long endTime and
monitor a relevant variable at sensitive points over time. It can be the extra-stress
near a singular point, the drag coefficient over a surface, a vortex length, or any
other relevant quantity for the problem at hand. This is usually achieved either
through a probe (when the variable exists within the solver) or a ppUtil or coded
FunctionObject (when the variable does not exist within the solver and needs to be
computed), in dictionary controlDict. The termination criteria is then based
on this variable. Of course, we have set the endTime in the tutorials based on
that analysis. The residuals displayed on the screen should not be used alone as
the termination criteria.
CHAPTER 5. Tutorials 145
walls
y
inlet x 2w outlet
walls
40w
! Boundary conditions
This flow is 2D, being solved in the xy-plane. A uniform velocity profile (U )
is set at the inlet, along with zero-gradient for pressure and polymeric extra-
stress components. At the outlet, fully-developed flow conditions are assumed
CHAPTER 5. Tutorials 147
(zero-gradient for all variables, except pressure, which is fixed to a constant value,
p = 0). A no-slip boundary condition is assigned at the walls (velocity is null,
polymeric extra-stress components are linearly extrapolated and a zero-gradient is
assumed for pressure in the normal direction to the wall).
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Run the solver:
∼$ rheoFoam
3–Extract profiles for u and τ along line x = 35:
∼$ sample
! Results
Figure 5.2 presents the fully-developed profiles at line x = 35. The variables
were normalized as follows: length is normalized with w, time with w /U, velocity
with U and polymeric components of the extra-stress with η0wU , as in Ref. [49].
A good agreement is observed between the numerical results and the analytical
solution written in dimensionless form [49]:
3
1 − y2
ux =
2
τxy = −3(1 − β)y
τxx = 18Wi y 2
15 2 1.2
10 0 0.8
τxy
u
τxx
5 -2 0.4
0 -4 0.0
-1 -0.5 0 0.5 1 -1 -0.5 0 0.5 1
y y
(a) (b)
Figure 5.2: (a) Polymeric extra-stress components and (b) velocity, at x = 35,
for Re = 0, W i = 0.99 and β = 0.01.
The user can test the solver with a UCM fluid (β = 0) and confirm that an
accurate solution is still achieved, without facing any numerical issue. However,
running the same cases without the log-conformation approach leads to numerical
divergence (try it!).
CHAPTER 5. Tutorials 148
This tutorial probes a point in the flow over time (to check for convergence),
which has been specified in controlDict dictionary. The data is written to a
directory named probes/, whose location in the case directory depends on the
OpenFOAM R version.
movingLid
L fixedWalls fixedWalls
x
fixedWalls
! Boundary conditions
CHAPTER 5. Tutorials 149
The flow is assumed to be 2D, being solved in the xy-plane. For the three
stationary walls, a no-slip boundary condition is assigned, with null velocity, lin-
early extrapolated polymeric extra-stresses and zero normal gradient for pressure.
At the moving lid wall, the same boundary conditions are used for pressure and
polymeric extra-stresses. Regarding the velocity, a time-space dependent condi-
tion is employed in order to impose a smooth start of the flow, and to avoid a local
singularity with infinite acceleration at the top-right and top-left corners [17]:
Fattal & Kupferman (2005) rheoFoam Fattal & Kupferman (2005) rheoFoam
1 1.6
0.8 1.2
0.4 0.4
0.2 0
0 -0.4
-0.2 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1
u (0.5, y) x
(a) (b)
Fattal & Kupferman (2005) rheoFoam
0.02
0.016
0.012
Ek
0.008
0.004
0
0 2 4 6 8
t
(c)
Figure 5.4: (a) Velocity profile along line x = 0.5 (at t = 8), (b) Θxy profile along
line y = 0.5 (at t = 8) and (c) evolution of the average ”kinetic energy” over time.
All the results are for Re = 0.01, De = 1 and β = 0.5.
The 4:1 planar contraction is another traditional benchmark flow problem for
viscoelastic fluid flow solvers. The existence of singular points at the re-entrant
corners, where stresses grow exponentially as the corner is approached, make this
problem challenging from a numerical perspective.
This tutorial reproduces the work that we developed in Ref. [2] using an early
version of rheoFoam, where an Oldroyd-B fluid (β = 91 ) was studied for De = 0−12.
The constitutiveProperties dictionary is adjusted to reproduce the case
for De = 1 and Re = 0.01.
! Geometry & Mesh
The geometry for this case is reproduced in Fig. 5.6. The mesh corresponds to
mesh M1 of Ref. [2].
! Boundary conditions
The boundary conditions used are described in Ref. [2]. It is worth mentioning
that the time-varying inlet velocity is implemented as a codedFixedValue boundary
condition in file 0/U. The function is implemented as
( 1−cos(π t )
f ac
tlim
dirN t ≤ tlim
u(t) = (5.3)
Uav t > tlim
CHAPTER 5. Tutorials 151
(a) (b)
(c) (d)
Figure 5.5: Contours of (a) Θxx , (b) Θyy and (c) Θxy . In (d), the streamlines are
plotted. All the results are for Re = 0.01, De = 1, β = 0.5 and t = 8.
wall_vorttop
wall_liptop
y walls
inlet 8H x 2H outlet
walls
wall_lipdown
wall_vortdown
100H 100H
where Uav and dirN are vectors, and fac and tlim are scalar parameters. For
Uav = (0.25, 0, 0), dirN = (1, 0, 0), f ac = 8 and tlim = 1, this generates an inlet
velocity profile aligned with the x -axis and whose magnitude increases from 0, at
t = 0, to 0.25, at t = 1.
! Command-line
1–Build the mesh:
CHAPTER 5. Tutorials 152
∼$ blockMesh
2–Run the solver:
∼$ rheoFoam
3–Extract u and τ at the cell centers immediately upstream and downstream of
vertical line x = 0:
∼$ sample
! Results
The results obtained with mesh M1 can be found in Ref. [2].
A coded FunctionObject returns the points where the wall-parallel velocity com-
ponent changes of sign (for both the walls near to the upper lip and corner vortices).
Those points are delimiting the lip and corner vortices (if present). The user can
easily add two extra coded FunctionObjects for the vortices in the lower-half of the
contraction.
walls
inlet 2R 4R outlet
x
cylinder
walls
20R 60R
The flow is assumed to be 2D, being solved in the xy-plane. At the inlet, a
uniform velocity profile with magnitude U is imposed, the polymeric extra-stresses
are null and zero-gradient is assigned to pressure. Channel and cylinder walls are
static (velocity is null, polymeric extra-stresses are linearly extrapolated to the
walls and a zero-gradient is imposed for pressure). At the outlet, fully-developed
conditions are assumed: zero-gradient for all variables, except pressure, which is
fixed to a constant value, p = 0.
! Command-line
1–Create half of the mesh:
∼$ blockMesh
2–Reflect the half-mesh using plane xz as mirror, to obtain the full mesh:
∼$ mirrorMesh -noFunctionObjects -overwrite
3–Run the solver:
∼$ rheoFoam
! Results
Figure 5.8 presents the contour plots for the first normal stress difference and
for the velocity magnitude (with superimposed streamlines), at Re = 0, W i = 0.7
and β = 0.59, using the Oldroyd-B model with the log-conformation approach.
Note that the velocity is normalized with U, time with R/U and polymeric extra-
stresses with η0RU . The drag coefficient obtained in such conditions is Cd = 117.357,
which is in reasonable agreement with Cd = 117.323 [51] and Cd = 117.315 [50].
Refining the mesh would further increase the accuracy of the numerical solution.
The drag coefficient was computed as
Z Nf
1 0
1 X 0
Cd = −pI + τ · î· dS = Sf · −pf I + τf · î
η0 U h η0 U h k=1
S
CHAPTER 5. Tutorials 154
where Sf is a vector normal to each face of the cylinder boundary, whose magnitude
is equal to the face’s area, h is the depth of the cylinder in the neutral (empty)
direction and î is a unitary vector aligned with the streamwise direction. The drag
coefficient is retrieved on run time by a coded FunctionObject, which can be found
in controlDict dictionary.
(a)
(b)
Figure 5.8: (a) First-normal stress difference and (b) velocity magnitude contours
with superimposed streamlines, at t = 15, for W i = 0.7, Re = 0 and β = 0.59.
Since version 4.0 of rheoTool , this tutorial is solved with a semi-coupled solver
(p-u coupled and τ segregated) in OpenFOAM R versions. Under this setup, a
higher time-step can be used, no pressure under-relaxation is needed and the
CHAPTER 5. Tutorials 155
inlet_north
walls walls
outlet_west W outlet_east
x
9.5W
inlet_south
Figure 5.9: Cross-slot geometry composed of 4 arms with two balanced inlets
and two outlets.
! Boundary conditions
The flow is assumed to be 2D, being solved in the xy-plane. At both inlets, a
uniform velocity profile is specified, with magnitude U and pointing to the origin,
so that those two streams are flowing in opposite directions. The polymeric extra-
stresses are null and for pressure a zero-gradient is used. The walls are stationary,
thus velocity is null, polymeric extra-stresses are linearly extrapolated and the
pressure is assumed to not change in the normal direction. Fully-developed flow
conditions are assigned at the outlets: null normal gradient for all variables, except
pressure, which is fixed at p = 0.
A passive scalar (tracer field C) is added to the problem, which requires the
assignment of initial and boundary conditions. We impose a continuous injection
of C at inlet north (C = 1), while no tracer is injected at inlet south (C = 0).
In the remaining boundaries, we impose null normal gradient (meaning no flux of
C across the walls and fully-developed flow conditions at both outlets). At time
t = 0, when the simulation is started, the y-positive portion of the cross-slot is
filled with the tracer (C = 1, y > 0 ∧ t = 0).
CHAPTER 5. Tutorials 157
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Create field C by copying one already present, which is not initialized in the
interior domain:
∼$ cp 0/C.org 0/C
3–Initialize field C in the interior domain (C = 1, y > 0 ∧ t = 0):
∼$ setFields
4–Run the solver:
∼$ rheoFoam
! Results
The contours for some important variables are displayed in Fig. 5.10, for Re =
0, W i = 0.33, β = 0 (UCM model) and P e = 500. The variables are normalized
with U (velocity), W/U (time) and ηW 0U
(stresses).
The local Weissenberg number at the origin, defined in Ref. [52] as the product
of the relaxation time by the velocity gradient magnitude at the stagnation point
streamlines, is W i0 = 0.523, which is close to the benchmark value obtained in
a similar mesh, W i0 = 0.509 (Ref. [52], for mesh M1). The local Weissenberg
number at the origin is retrieved by the solver to the case directory, through a
coded FunctionObject that can be found in dictionary controlDict.
The importance of stress-velocity coupling in this case can be evaluated by re-
running the tutorial with either BSD only or no stabilization method (stabilization
= none or BSD, in dictionary constitutiveProperties).
Checkerboard fields easily develop in such conditions (this is a critical case due to
the use of a UCM fluid).
Note that this tutorial makes use of a variable time-step, controlled by a maxi-
mum Courant number fixed at 0.4. This strategy is used because only steady-state
results are of interest. This is also the reason to use a high tolerance in the sparse
matrix solvers, in fvSolution dictionary – the steady asymmetry in the flow
develops faster with these conditions, since the transient numerical error is higher.
(a) (b)
(c) (d)
Figure 5.10: (a) Velocity magnitude contours with superimposed streamlines, (b)
contours of C, (c) first-normal stress difference and (d) τxy contours, for Re = 0,
W i = 0.33, β = 0 and P e = 500.
The Herschel-Bulkley model was selected to simulate the blood rheology, fol-
lowing Ref. [53]. The generalized Reynolds number for this model, assuming τ0 = 0
– the power-law limit –, is [53]:
2−n
ρ(2Rin1 )n U
ReGN = n
k 3n+1
4n
8n−1
This tutorial simulates the flow at ReGN = 420.
! Geometry & Mesh
The STL file of the aneurysm surface was downloaded from a repository with
real-model aneurysms [54], extracted from 3D rotational angiographies of diseased
patients. From the list of available models, case ID C0005 was selected, which
refers to an aneurysm in the internal carotid artery (ICA).
The surface is composed of one main entry vessel (in1, the ICA), which bi-
furcates into two smaller vessels (out1 and out2 ), Fig. 5.11a. The aneurysm is
located near the bifurcation point. Due to the long extension of vessels upstream
and downstream of the aneurysm in the original STL file, all the vessels were
shortened and a cylindrical extension was connected to each one, in order to min-
imize entry/exit effects in the region near the aneurysm. The locations where
those connections were established are highlighted in Fig. 5.11a using red arrows.
The transition length between the tube connectors and the vessels is typically 10
% of the vessel radius and the radius of those tubes is equal to the equivalent
radius of the vessels at the connection point. The radius of each inlet/outlet is:
Rin1 = 1.66 mm, Rout1 = 1.17 mm and Rout2 = 0.95 mm.
CHAPTER 5. Tutorials 159
in1 walls
out2
out1
(a)
(b)
Figure 5.11: (a) Geometry of the aneurysm considered in the tutorial. Red
arrows point to the transition regions between the aneurysm and the cylindrical
extensions. The radius of each inlet/outlet is: Rin1 = 1.66 mm, Rout1 = 1.17 mm
and Rout2 = 0.95 mm. (b) Detailed view of the mesh on patch in1, zooming the
cell layers near the wall. The reference axis for the geometry is centered on patch
in1, with the normal vector of the patch pointing in the negative direction of the
y-axis.
The mesh was built using 1 cfMesh, a meshing tool available in foam-extend
since version 3.2. The maximum cell size was limited to 5 mm and boundary
cell layers were generated near to the vessel walls in order to accurately solve the
gradients developed there, Fig. 5.11b. The mesh provided with this tutorial has
around 280 kcells.
! Boundary conditions
The boundary conditions and fluid properties used in this tutorial are based in
Ref. [53], where also ICA aneurysms were studied. Accordingly, blood is modeled
with a Herschel-Bulkley model, with τ0 = 0.0175 Pa, k = 8.9721 × 10−3 Pa.sn ,
1
http://cfmesh.com/
CHAPTER 5. Tutorials 160
n = 0.8601 and η0 = 0.15 Pa.s. Note that η0 (see Table 4.1) is a parameter
characteristic of the model implementation in rheoTool , which limits the viscosity
for low strain-rate values – otherwise it would generate infinite values at points
with zero shear-rate. A relatively high value was attributed to η0 in order to not
affect the results. Furthermore, a density of 1050 kg/m3 is considered.
For this fluid model, a fully-developed velocity profile is imposed at the inlet
(in1 ), along with a null pressure gradient. For small τ0 , we can use (approximately)
the fully-developed velocity profile for a power-law fluid:
3n + 1
r n+1
n
U =U 1− (5.4)
n+1 R
where U is the mean velocity. In our case, U is constant over time, thus steady
conditions are simulated, instead of the cardiac cycle (this is to shorten the simu-
lation time, since transient solutions would require a lower time-step, leading to a
higher computational time). Regarding the walls, a no-slip boundary condition is
imposed. At the outlets, the pressure is fixed to zero and the velocity is assumed
to be fully-developed (zero gradient for velocity). Since the Reynolds number used
in the tutorial is well below the critical value for transition to the turbulent regime,
no special conditions need to be defined regarding turbulence modeling.
! Command-line
The mesh is already built and can be found in folder polyMesh/.
1–Decompose the case among 2 processors to speed-up the computations (with
2 processors, it takes around 1h to reach convergence in a laptop with an Intel
i5-3210M processor, 2.5 GHz):
∼$ decomposePar
2–Run the solver in parallel, using 2 processors:
∼$ mpirun -np 2 rheoFoam -parallel
3–Reconstruct the last time-step of the case for post-processing:
∼$ reconstructPar -latestTime
! Results
The results obtained at ReGN = 420 are displayed in Fig. 5.12, where both the
streamlines and the wall shear-stress magnitude (WSSmag) contours are shown.
The wall shear-stress magnitude is computed through a ppUtil (described in Sec-
tion 4.9.2), whose settings can be found in dictionary fvSolution, under subDict
PostProcessing.
This tutorial is defined to run with an adjustable time-step, controlled by a
maximum Courant number fixed at 50. The high Courant number is to quickly
achieve the steady-state, without the need to cancel the time-derivatives. The
non-orthogonality corrector loop was turned on, with 1 iteration per time-step
(the pressure is also under-relaxed with a factor of 0.9), in order to avoid possible
numerical issues due to non-orthogonality. The convergence can be monitored by
a probe located at one of the exit vessels, downstream of the aneurysm.
CHAPTER 5. Tutorials 161
(a)
(b)
Figure 5.12: (a) Streamlines (colored with the velocity magnitude) and (b) wall
shear-stress magnitude contours, at steady-state and for ReGN = 420.
whereby the piston and shaft motion are represented by a moving mesh.
The setup adopted in this tutorial aims to closely reproduce the conditions
presented by Syrakos et al. [55]. The case represented in this tutorial is for the
Careau-Yasuda fluid, named CY-100 in [55], at 32 Hz. Other conditions can be
easily tested by simple adjustment of the input parameters.
! Geometry & Mesh
The fluid damper geometry is depicted in Fig. 5.13. The geometry is equal
to that presented in [55], and the piston edges are rounded by the same radius
of curvature (Rcurv = 0.75 mm) as therein. The damper is axisymmetric, thus
only a slice of the total domain is simulated (Fig. 5.13). A Cartesian system of
coordinates is shown in Fig. 5.13 because that is the one used by OpenFOAM R to
solve the problem, although keep in mind that symmetry around axis Ox holds.
The mesh is built using blockMesh and has a spatial resolution in the gap region
between patches top and piston, which is approximately half of mesh M1 in [55].
45 mm 20 mm 45 mm
top
top
3 mm
y y shaft
shaft
5 mm
x z z x
Figure 5.13: Fluid damper geometry. The geometry is symmetric around axis Ox,
thus the computational domain corresponds to only a slice of the whole geometry.
! Boundary conditions
The Navier slip boundary condition is applied to the velocity field in all the
boundaries (except on wedges), in agreement with [55]. In addition, the velocity of
patches shaft and piston receive an extra contribution due to their own oscillatory
motion,
piston (slip boundary condition). The same happens for patch top, while the
remaining patches remain static. The mesh motion is obtained from the solution
of a Laplace equation with the previously described boundary conditions and a
variable diffusivity coefficient (see dynamicMeshDict dictionary). Note that
the boundary conditions presented in this paragraph are not related with the fluid
velocity field, whose boundary conditions were reported in the previous paragraph.
Still, such coupling can be obtained with boundary condition movingWallVelocity,
whereby the given patch velocity is used as boundary condition to the fluid velocity
(this can be used, for example, for patch piston, but not for patch shaft).
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Run the solver:
∼$ rheoFoam
3–Check file Ffl generated by the solver.
! Results
The oscillatory piston motion can be directly observed in Paraview. In addition,
the solver writes in runtime the reaction force exerted by the fluid on the piston
and shaft (file Ffl),
Z Nf
0 0
X
Ffl = −pI + τ · î· dS = Sf · −pf I + τf · î
S k=1
5.2 rheoTestFoam
5.2.1 General guidelines
In Section 4.7.2, rheoTestFoam was presented as a testing application for the con-
stitutive models implemented in rheoTool , being not a general-purpose solver. For
this reason, some of the steps usually required to setup a generic simulation in
OpenFOAM R are not necessary with rheoTestFoam, while, on the other hand,
extra-inputs need to be specified.
| constant/
CHAPTER 5. Tutorials 164
2000
1000
Ffl (N)
-1000
-2000
-3000
-15 -10 -5 0 5 10 15
Displacement (mm)
Figure 5.14: Reaction force exerted by the Carreau-Yasuda fluid on the piston
and shaft over time, for f = 32 Hz. The results of Syrakos et al. [55] are also
plotted for reference.
one displayed in Listing 5.2 is for a pure-shear flow: u = (γ̇y, 0, 0), where γ̇ is the
gammaEpsilonDotL value.
1 parameters
{
3 type Oldroyd-B;
1 100
10
0.1
1
τ'xy (Pa)
η (Pa.s)
0.1
0.01
0.01
0.001 0.001
0.01 0.1 1 10 100 1000 10000
-1
Shear-rate (s )
0
Figure 5.15: Shear viscosity and τxy (the only non-zero component of the sym-
metric extra-stress tensor) as a function of the shear-rate, in a steady shear
flow, for the Herschel-Bulkley model with parameters: τ0 = 0.0175 Pa, k =
8.9721 × 10−3 Pa.sn , n = 0.8601 and η0 = 0.15 Pa.s.
This tutorial exemplifies the use of rheoTestFoam, both in transient and ramp
modes, with a constitutive equation for a viscoelastic fluid. The FENE-CR model
is selected and its behavior will be assessed for uniaxial extensional flow.
The uniaxial extensional flow may be described by the following velocity gra-
dient
1 0 0
∇u = ε̇ 0 − 12 0
0 0 − 12
where ε̇ is the extensional rate. The Weissenberg number, W i = λε̇, is the di-
mensionless group controlling the rate of stretch induced in the fluid and it was
varied between 0.01 and 100, by increasing the extensional rate from 0.01 to 100
s-1 . The fluid properties used in the FENE-CR model are: ηs = 0.1 Pa.s, ηp = 0.9
Pa.s, λ = 1 s and different values of L2 were tested (10, 100 and 1000). In such
0 0
τ −τ
conditions, the extensional viscosity, defined as ηE = xx ε̇ yy , is given by [40]
2 1
ηE = 3ηs + ηp + (5.6)
1 − 2λε̇/f 1 + λε̇/f
where f is the solution of the cubic equation
The geometry used with rheoTestFoam is always the same (see Sections 5.2.1
and 4.7.2). The mesh is already built (do not change it).
! Boundary conditions
The boundary conditions to be used with rheoTestFoam are always the same
(see Sections 5.2.1 and 4.7.2). Folder 0/ should not be changed.
! Command-line
As it is, the tutorial will run in ramp mode.
1–Run the solver:
∼$ rheoTestFoam
Take a look to file Report created in the case directory, which contains the results.
! Results
The results computed by rheoTestFoam, and displayed in Fig. 5.16a, show
that the FENE-CR model is correctly implemented, since the difference to the
analytical solution is negligible.
In addition to the ”steady” results in Fig. 5.16a, also the transient evolution
of the extensional viscosity (commonly denoted as ηE+ in the literature) can be
obtained with rheoTestFoam. For that purpose, simply switch the keyword ramp
(in constitutiveProperties) from true to false and define the desired ex-
tensional rate as the first entry of list gammaEpsilonDotL (the remaining entries
can be left, since they will not be read). The results obtained for Wi = 2, 5 and
10 are displayed in Fig. 5.16b.
CHAPTER 5. Tutorials 169
L2 = 10 L2 = 100 L2 = 1000
10000
1000
ηE/η0
100
10
1
0.01 0.1 1 10 100
λε ̇
(a)
Wi = 2 Wi = 5 Wi = 10
1000
100
ηE+/η0
10
0.1
0 1 2 3 4 5
t/λ
(b)
Figure 5.16: (a) Steady extensional viscosity (ηE ) as a function of W i = λε̇, for
different values of L2 (points represent the numerical results of rheoTestFoam and
the lines correspond to the analytical solution of Eq. 5.6); (b) transient extensional
viscosity ηE+ for different Wi, at fixed L2 = 100. The remaining parameters of the
FENE-CR model are ηs = 0.1 Pa.s and ηp = 0.9 Pa.s.
CHAPTER 5. Tutorials 170
5.3 rheoInterFoam
| system/
The main novelty comparing to rheoFoam is that when using rheoInterFoam
the user has the possibility to choose between PIMPLE and SIMPLEC for pressure-
velocity coupling. This is controled in dictionary fvSolution, in subDict PIM-
PLE, where the keyword SIMPLEC can be assigned to true or false. Independently
of the choice, the momentum equation is always solved. The variable nCorrectors
works in its usual way (looping the pressure equation) and the variable nInIter
assumes the same function as nOuterCorrectors. In a future release of rheoIn-
terFoam, this workflow will most likely change. There are currently these two
options because it is still not clear which one is more advantageous. Still in dictio-
nary fvSolution, other keywords must be assigned in subDict PIMPLE, which
are related with the VOF method and that the reader can found in the tutorials. If
a sparse matrix solver from an external library is used, then check the instructions
provided in Section 4.5
In dictionary fvSchemes, the discretization schemes for the two phases should
be defined, as well as the discretization schemes related with the VOF method,
which can also be found in the tutorials.
Besides the Courant number, the solvers using VOF, as rheoInterFoam, can
also restrict the time-step based on an interface Courant number, which should be
defined in dictionary controlDict.
The dictionary setFields, used to initialize parts of the domain with speci-
fied values, should also be present in folder system/ whenever used.
considered around the y-axis. All the dimensions are expressed as a function of
the drop diameter, Fig. 5.17. The domain is big enough so that we can neglect
the influence of the open boundaries location in the results.
The domain is meshed uniformly with 120 cells in both the radial and axial
directions.
atmosphere
phase 2
phase 1
D
g
3D
axis U0 atmosphere
2D
plate
3D
! Boundary conditions
At the plate, no-slip boundary conditions are imposed with a null velocity,
linearly extrapolated polymeric extra-stress components and zero normal gradient
for the indicator field. We assign a fixedFluxPressure BC to the pressure, as
discussed in Section 4.8.11, for multiphase flows. The patches representing the
open boundaries (atmosphere) are assumed to not interfere with the dynamics of
the drop, so that zero-gradient is assumed for all variables, except the pressure,
which is fixed at p = 0.
Following Ref. [56], the drop has an initial velocity U0 , in the vertical direction
(pointing downwards), and its center of mass is at a distance 2D from the plate.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Initialize the indicator and velocity fields in the drop region:
CHAPTER 5. Tutorials 173
∼$ cp 0/alpha1.org 0/alpha1
∼$ cp 0/U.org 0/U
∼$ setFields
3–Run the solver:
∼$ rheoInterFoam
! Results
The evolution of the drop width over time is plotted in Fig. 5.18. The width
is normalized with D (its initial diameter) and time with D/U0 . The evolution of
the drop width over time is written to a file by a coded FunctionObject.
1.6
1.4
W
1.2
0.8
0 1 2 3 4 5
t
Figure 5.18: Evolution of the drop width over time for F r = 2.26, Re = 5,
W i = 1 and β = 0.1. The profile obtained with rheoInterFoam is compared with
the data of Figueiredo et al. [56].
This tutorial presents the swell of non-Newtonian fluids flowing through a pla-
nar rectangular die. The three cases provided reproduce the results obtained in
Ref. [58] using rheoTool , for mesh M1 and three different fluids: Carreau-Yasuda
fluid with n = 0.3 (directory CarreauYasuda/); Oldroyd-B fluid with β = 19
and W i = 2 (directory Oldroyd-BLog/); Giesekus fluid with β = 91 , α = 0.5
and W i = 4 (directory GiesekusLog/). The viscoelastic fluid models are solved
with the log-conformation approach. Note that both gravity and surface-tension
effects are neglected in this tutorial. In addition, only the steady-state solution is
of interest.
! Geometry & Mesh
The geometry for this case is displayed in Fig. 5.19. The mesh corresponds to
mesh M1 of Ref. [58]. Note that this is a kind of stick-slip configuration, which
represents a die with negligible wall thickness. Accordingly, patch wallOut overlaps
part of the wallIn patch.
atmosphere
atmosphere
phase 2
4H
wallIn wallOut
y
inlet H phase 1 symmetry
outlet
x
! Boundary conditions
The boundary conditions used are described in Ref. [58]. In order to avoid the
definition of an analytical solution at the inlet, a long entrance channel is used.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Initialize the color function field:
∼$ cp 0/alpha1.org 0/alpha1
∼$ setFields
3–Run the solver:
∼$ rheoInterFoam
CHAPTER 5. Tutorials 175
! Results
The results obtained with mesh M1 can be found in Ref. [58]. The users of
the foam-extend version (fe40 ) will notice an instability in the extrudate surface
close to the die exit, which eventually vanishes with time. Such instability is not
present in the OpenFOAM R versions.
Several methods can be used to compute the amount of swell far from the die
exit. Assuming that the free-surface of the extrudate corresponds to α = 0.5, for
α ∈ [0, 1], this isoline can be directly extracted with Paraview. Another option
is to extract the profile of the color function (α) over a vertical line far from
the die exit, using the sample utility of OpenFOAM R . Then, the value α = 0.5
can be simply interpolated from the nearest values. A more complex, still more
versatile option is to code a ppUtil function (Section 4.9.2) retrieving in run time
the maximum free-surface position in a predefined region. This would also allow to
check for convergence of the free-surface position. Slight differences can be found
among the results from the different methods.
5.4 rheoEFoam
5.4.1 General guidelines
The first steps to set up a case for rheoEFoam are the same as for rheoFoam
(Section 5.1.1). After that, the hydrodynamic component of the problem will be
ready, and only the electric component will remain to be defined – this is the
subject of this section.
| constant/
The electricProperties dictionary should be added to folder constant
/. It contains most of the information about the EDF model to be used, as shown
in Listing 5.3, illustrating an example for the PNP model.
parameters
2 {
type NernstPlanck;
4
T T [ 0 0 0 1 0 0 0 ] 298;
6 relPerm relPerm [ 0 0 0 0 0 0 0 ] 80.1;
8 psiContrib true;
extraEField extraEField [ 1 1 -3 0 0 -1 0 ] (5000 0
0);
10
species
12 (
cCation
14 {
z z [ 0 0 0 0 0 0 0 ] 1;
16 D D [ 0 2 -1 0 0 0 0 ] 1e-9;
}
18
cAnion
CHAPTER 5. Tutorials 176
20 {
z z [ 0 0 0 0 0 0 0 ] -1;
22 D D [ 0 2 -1 0 0 0 0 ] 1e-9;
}
24 );
}
Listing 5.3: Example of a electricProperties dictionary used with
rheoEFoam – the settings displayed are for the PNP model.
The electric properties in dictionary electricProperties are defined in-
side a subDict named parameters (line 1, Listing 5.3). The EDF model is selected
through keyword type, where the TypeName of any model in Table 4.3 can be used
(the user may type any random word to get the list of all available EDF models).
Apart from the type keyword, all the remaining entries are model-specific. In the
case of the PNP model in Listing 5.3, T is the absolute temperature and relPerm
corresponds to the relative permittivity (dielectric constant) of the electrolyte, εR ,
such that ε = εR ε0 , where ε0 is the vacuum permittivity. In line 8, the entry
psiContrib set to true indicates that variable psi (either Ψ or ψ) should con-
tribute to the electric field used in the definition of the electric body-force. The
default behavior, i.e., if the entry is not defined, is psiContrib = true. The next
line (line 9) is also optional and allows the user to define an additional uniform
electric field, extraEField (units are in SI, as always). This electric field will only
enter in the computation of the electric body-force in the momentum equation
(fE = ρE (E + extraEField ); extraEField corresponds to vector Ea in Table
4.3). Then, from line 11 to 24 each specie of the electrolyte is defined. In the
example, only two species are modeled: cCation and cAnion, each having its own
charge valence (z ) and diffusivity (D). Note that the charge valence is a signed
integer: positive for cations and negative for anions. The user can add as many
species as desired to the list, for the model under analysis. The name given to
each specie is user-defined, but consistence must be kept when further defining the
respective fields, as explained next.
The example in Listing 5.3 should not be generalized to all the EDF models, as
stated before. The best way for the user to know how the electricProperties
dictionary should look like for a given EDF model is to analyze a tutorial provided
for that model (at least one tutorial is provided for each model).
| 0/
In addition to the fields related with the hydrodynamics (pressure, velocity and
eventually extra-stress), when using rheoEFoam for EDFs, the fields specific to the
given EDF model should be specified in folder 0/ (or the equivalent starting time
folder when different from 0).
For the PNP model illustrated in Listing 5.3, we need to define 3 or 4 fields,
depending if we use one single electric potential or two, respectively. In the first
case, the fields would be psi (in this guide represented by Ψ ), cCation and cAni
on (in this guide represented by ci ). In the second case, field psi would be replaced
by psi (in this guide represented by ψ) and phiE (in this guide represented by
φExt ). Note that although having the same name in both cases, field psi has
different meanings for each one: it is either the total, unique electric potential (Ψ ),
CHAPTER 5. Tutorials 177
or the intrinsic electric potential (ψ) – in practice, the Poisson equation to be solved
is different in each case. The selection between both cases is made through variable
phiE: when present, psi is considered the intrinsic electric potential, ψ. It is
important to highlight that the fields representing the concentration of each specie
(in mol/m3 ) should keep the name defined in dictionary electricProperties,
in a one-to-one correspondence for each specie. These names are user-defined, in
opposition to the names for the electric potential variables, which are fixed: psi
and phiE.
The PNP model is the only to require the definition of fields for the concentra-
tion of each ionic specie. The other EDF models only require the electric potential
(one or two variables, depending on the model and on the user’s choice) to be
defined. The exception is the Ohmic model, which also requires a field for the
conductivity (sigma, in this guide represented by σ). Still for this model, only
one electric potential variable may exist and its name should be phiE. In case of
doubt, checking the tutorials is always a good starting point.
| system/
Since additional equations are solved for EDFs (comparing to pressure-driven
flows), the discretization schemes for the terms entering these equations need to
be defined, as well as the sparse matrix solvers and respective settings.
The discretization schemes are defined in dictionary fvSchemes. The new
entries to add to the dictionary are model-dependent and can be found in the
tutorials. If the discretization scheme for any term is missing, an error will be
retrieved complaining for it.
Regarding dictionary fvSolution, keep in mind when defining the matrix
solvers for the new fields that Poisson-type equations require, in general, a sym-
metric matrix solver, while generic transport equations (including advection) are
usually handled with an asymmetric matrix solver. If a coupled solver or a sparse
matrix solver from an external library is used, then check the instructions pro-
vided in Section 4.5. Regarding under-relaxation, our recommendations are the
same as the ones expressed for rheoFoam: by default, do not use under-relaxation,
except, eventually for pressure in non-orthogonal grids, if needed. Note that the
Nernst-Planck equations for each specie in the PNP model are collectively solved
under the name ci, instead of the name given to the specie (this should be taken
into account when defining the matrix solver and the under-relaxation factors).
Still in dictionary fvSolution, a new subDict needs to be defined for EDFs,
named electricControls, Listing 5.4. In the code sample analyzed in Section 4.3.5,
we have seen that each equation of a given EDF model is solved inside a while loop,
controlled by a maximum allowable number of iterations and the initial residual
of the equation being solved (the loop is exited when the first of the two criteria
is met). These loops are intended to converge explicit terms inside each equation,
since this can be critical for some EDFs. Thus, the controlling parameters of
these cycles – the maximum number of iterations and the threshold residual – are
defined in subDict electricControls. This needs to be done for each equation, or
default values are assumed otherwise (maxIter : 50; residuals: 10−7 ). For non-
stiff problems and when the mesh non-orthogonality is kept low, 1 iteration can
be enough. When the PNP model is used, the number of electrokinetic coupling
CHAPTER 5. Tutorials 178
iterations (see Section 4.3.3) can also be defined in this subDict, as shown in line 3
of Listing 5.4 (if not defined, nIterP N P = 2 is assumed by default). As mentioned
in Section 4.3.3, we recommend a minimum of 2 electrokinetic coupling iterations
for any generic case using this model.
1 electricControls
{
3 nIterPNP 2;
5 phiEEqn
{
7 residuals 1e-7;
maxIter 1;
9 }
11 psiEqn
{
13 residuals 1e-7;
maxIter 1;
15 }
17 ciEqn
{
19 residuals 1e-7;
maxIter 1;
21 }
}
Listing 5.4: Example of an electricControls subDict in dictionary
fvSolution – the settings displayed are for the PNP model.
I tutorials/rheoEFoam/channelEDF/PowerLaw/PoissonBoltzmann
! Overview
The analytical solution for the EDF of a power-law fluid in a slit microchannel
can be found in Ref. [59] for a generic flow behavior index (n) of the power-law
model, under the Debye-Hückel approximation. For fully-developedq flow condi-
2
2(zH) ec0 F
tions, the velocity profiles depend on n and on κ̃ = κH = λHD = εkT
,
where λD is the Debye length for a binary, symmetric electrolyte, as defined in
Eq. (3.43), and H is the channel half-width. Although we will only present results
for the PB model, we also provide the corresponding cases for the PNP and DH
CHAPTER 5. Tutorials 179
models – as you will see, the results are indistinguishable between the models, for
the conditions simulated.
! Geometry & Mesh
The geometry is a 2D (slit) microchannel with half-width H, Fig. 5.20. Due
to the periodic boundary conditions assumed on the inlet/outlet, the mesh has
one single cell in the x -direction and 300 non-uniformly distributed cells in the
y-direction, normal to the applied electric field.
walls
y E H
inlet outlet
x
symmetry
! Boundary conditions
The flow is 2D in the xy-plane. At both the inlet and outlet, periodicity is
imposed. Thus, we assume from the beginning that this condition will retrieve the
fully developed profiles for an infinitely long microchannel. A symmetry condition
is imposed at y = 0. The walls are impermeable (u = 0 and zero-gradient for
pressure) and have a fixed intrinsic electric potential. Due to the simple geometry
of the channel, the flow is generated by imposing a uniform electric field through-
out the channel, parallel to the walls (E). Therefore, there is no need to solve
for the external electric potential variable (phiE ): the electric field is directly im-
posed through the extraEfield entry of dictionary electricProperties. These
boundary conditions hold for both the PB and DH models. In order to use the PNP
model, a boundary condition must be defined at the wall for the ionic species. Since
Boltzmann equilibrium holds and only the steady-solution is sought, the easiest
way is to simply compute the ionic concentration from the potential distribution
(check the boltzmannEquilibrium boundary condition described in Section 4.8.5).
The flow is initially at rest and the intrinsic electric potential is zero.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Run the solver:
∼$ rheoEFoam
3–Extract the profile of u along the vertical direction:
∼$ sample -latestTime
CHAPTER 5. Tutorials 180
! Results
The velocity profiles over the y-direction are depicted in Fig. 5.21 for varying n
= 0.25, 0.5, 0.75, 1 and 1.5, at fixed κ̃ = 15. The velocity profiles are normalized
by the velocity at the centerline of the channel, while the spatial coordinate is
normalized by the channel half-width. The numerical results reproduce accurately
the analytical solution [59] and show that shear-thinning fluids (n < 1) display an
apparently compressed EDL, while the opposite is observed for shear-thickening
fluids (n > 1).
0.8
0.6
|u|
0.4
0.2
0.0
0.5 0.6 0.7 0.8 0.9 1
y
Figure 5.21: Velocity magnitude over the direction transverse to the applied
electric field for a power-law fluid with different flow behavior index, at fixed
κ̃ = 15. The points represent numerical values, while the lines are the analytical
solution [59]. Note that the x -scale has been truncated and only represents one-
quarter of the channel width (this is to have a zoomed view near the wall).
As aforementioned, the same results would be obtained with the PNP and DH
models and the user may confirm that from the cases provided. All the cases
are prepared for n = 0.75 (this can be easily changed in dictionary constitu
tiveProperties) and will converge in the total time of simulation defined in
controlDict. However, we should note that for low n, where n = 0.25 can be
included, the simulation will take a much longer time to reach the steady-state,
because of the low viscosity that develops near the wall, where the shear-rate
attains very high values (it becomes even worse for higher κ̃). Furthermore, care
should be taken in defining the upper and lower bounds for the viscosity (check
the power-law model implementation in Table 4.1), since stringent bounds may
influence the numerical solution.
I tutorials/rheoEFoam/channelEDF/PTT/DebyeHuckel
! Overview
Afonso et al. [60] derived an analytical expression for the mixed pressure-
/electrically-driven flow of simplified (ζ = 0) linear PTT fluids in slit channels
with an homogeneous zeta-potential at the walls, under the Debye-Hückel approx-
imation. For creeping flow conditions (Re = 0), the velocity profiles depend on
H 2 |∇p|
Γ = − ψ 0 |E|
(ratio between pressure and electric forcing), κ̃ = κH = λHD =
√ √
q
2(zH)2 ec0 F
εkT
and εDe = ελκU , where ε is the extensibility parameter of the
PTT model, U = − ψη00|E| is the Helmholtz–Smoluchowski velocity and ψ0 is the
zeta-potential at the wall. Both ∇p and E only have a single non-zero component,
in our case, the x -component. Note that in this tutorial we use exceptionally to
represent the electric permittivity (instead of ε), in order to distinguish it from ε
that we use to represent the extensibility parameter of the PTT model.
In this tutorial, we analyze the effect of varying Γ , while keeping the remaining
dimensionless parameters fixed.
! Geometry & Mesh
The geometry is similar to the one used in Part A for the power-law fluid ex-
ample. However, the physical dimensions are different and, importantly, we do not
consider periodicity between the inlet and outlet. Instead, the flow is also solved
in the x -direction. We note that this is not mandatory and that cyclic conditions
would also provide the right solution. However, considering the full channel in the
x -direction eases the definition of the pressure gradient, at the expanse of having a
higher number of cells in the mesh. Several options would allow to keep the cyclic
patches and to impose directly the pressure gradient in the momentum equation,
as the fvOptions tool, but we consider them less straightforward than our choice
(at least for less experienced users).
! Boundary conditions
The boundary conditions are similar to the ones used in Part A, with some
modifications required by the use of a viscoelastic model and due to the different
conditions assigned to patches inlet and outlet. Since pressure gradients are al-
lowed, we fix the pressure at the outlet and adjust the inlet pressure as required
to get the desired Γ . Remember that in rheoEFoam field p represents the pressure
divided by the density. A zero-gradient condition is imposed for the remaining
variables at those two patches. Regarding the wall, the polymeric extra-stresses
are linearly extrapolated.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Run the solver:
∼$ rheoEFoam
CHAPTER 5. Tutorials 182
3–Extract the profile of u along the vertical direction for the latest time (the
x -position of the sampling line should not be important):
∼$ sample -latestTime
! Results
Fig. 5.22 shows the velocity profiles under different forcing ratios. The velocity
is normalized by the Helmholtz–Smoluchowski velocity (U, defined above), while
the spatial coordinate is normalized by the channel half-width. Note that for a
Newtonian case and Γ = 0 (pure EDF), the (normalized) velocity profile at the
centerline would have a value very close to 1 (the higher κ̃, the closer it is) and
we can see that this value is significantly higher for a linear PTT fluid due to
shear-thinning.
The parameters provided in the tutorial are for Γ = 4.
25
20
|u|
15
10
0
0 0.2 0.4 0.6 0.8 1
y
Figure 5.22: Velocity magnitude along the direction transverse to the applied
electric field and pressure gradient
√ for a simplified linear PTT fluid, at different
forcing ratios Γ , for κ̃ = 20 and εDe = 4. The points represent numerical values,
while the lines are the analytical solution [60].
elecNorth
50R θ
r
y
wallWest wallEast
2R x
cylinder
50R
elecSouth
Figure 5.23: Metallic cylinder placed over an electric field. The surrounding
domain is square (edge size: 100R) and the cylinder lays on its center. The cylin-
drical coordinate system (r, θ) is plotted in black, while the Cartesian coordinate
system (x, y) is represented in red (remember that OpenFOAM R uses the Carte-
sian system for computations).
! Boundary conditions
The boundary conditions are described in detail in Ref. [3]. The only difference
is on the boundary condition for pressure on the cylinder surface, which has been
changed to zero-gradient. This change is due to the use of a coupled solver.
! Command-line
CHAPTER 5. Tutorials 184
reservoir
E
cyc0 H cyc1
y
membrane
6H
! Command-line
This tutorial is slightly different from the previous ones regarding the
command-line sequence to run. This is because the problem is first solved in
a 1D configuration and the resulting solution is then disturbed and used as the
starting solution of the 2D configuration. Thus, we recommend to use directly the
Allrun script to run this tutorial, although we also explain next the main steps
accomplished by that script.
Firstly, in the directory of the main case you will find a folder named so
lution1D/. This is where the 1D problem is solved – script Allrun inside
this folder is the first call of the Allrun in the main directory. Computing the
1D solution is relatively straightforward in what respects the commands to be
executed, since it only requires building the mesh (blockMesh) and running the
solver (rheoEFoam). You may note that the hydrodynamic component of the
solver is switched off through the solveFluid keyword in dictionary fvSolution,
which is set to false. Thus, only the Poisson and Nernst-Planck equations are
being solved. The 1D solution is obtained by solving the PNP system of equations
coupled (see Sections 4.3.4 and 4.5.8). Under the current settings, the lower the
voltage on patch reservoir, the higher the time for the 1D solution to converge
(the endTime should be increased accordingly in these situations). Our criteria
for convergence relies in the monitor for the current density.
After the 1D solution is computed, the resulting fields are mapped to the
2D domain (also created with blockMesh beforehand), using the mapFields util-
ity available by default in OpenFOAM R . Then, the fields for the cationic
and anionic concentration are locally disturbed by a 1 % random perturbation.
This is accomplished by a pre-processing utility named rndPerturbation, which
has been specifically created for this task and that can be found in directory
src/libs/preProcessing/rndPerturbation/. The case is ready to be
run with rheoEFoam, noticing that now solveFluid = true.
While the case is running, a ppUtil (cf. Section 4.9.2) is simultaneously being
executed (calcJpatch), which retrieves the surface-averaged current density over
time on both the reservoir and membrane patches (Fig. 5.24).
CHAPTER 5. Tutorials 186
! Results
The current density can be plotted over time and the contours of charge density
can be computed and visualized in Paraview (these are just some suggestions).
The electric field intensity can be controlled by changing the voltage in file
solution1D/0/psi, under the entry for patch reservoir. Note that any change
in the initial/boundary conditions of any field must be done in the files inside folder
solution1D due to the mapping procedure. By running the Allrun script in
the main folder, the 1D solution will be always computed first.
inletNorth
walls walls
15H
y
intletWest 2H outlet
x
7H
walls walls
7H frontAndBack
0.8H
inletSouth 2H
the fluid entering inletWest (γ = 10). A passive scalar (neutral dye) is also entering
the geometry through inletWest, only. A zero-gradient condition is imposed for
both the conductivity and the passive-scalar concentration at the outlet. At the
walls we assume zero-gradient for all variables, except the velocity. As discussed
in Section 3.8.6, the Ohmic model is usually complemented with a conductivity-
dependent slip velocity (Eq. 3.51). In this tutorial, we use m = −0.3 for the
power-law index (see Section 4.8.8). Regarding the electric potential, the outlet
is grounded, while the potential at inletNorth and inletSouth are the same, being
adjusted in order to impose the desired RaE . The potential at inletWest is set
according to β.
Note that the passive-scalar (dye) has a diffusivity which is one order of magni-
tude lower than the diffusivity of the ions (conductivity), in agreement with typical
real conditions.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Create fields C and sigma by copying the ones already present, but which are
not initialized in the interior domain:
∼$ cp 0/C.org 0/C
∼$ cp 0/sigma.org 0/sigma
3–Initialize fields C and sigma in the interior domain (C = 1 ∧ σ = σW for
x < −H and t = 0):
CHAPTER 5. Tutorials 188
∼$ setFields
4–Run the solver:
∼$ rheoFoam
5–Post-process in Paraview (hint: slice the channel at the midplane in the z -
direction and plot the contours of C):
∼$ paraFoam
! Results
The contours for the passive-scalar are displayed in Fig. 5.26 at the mid-plane
in z, for different RaE . The reader will probably note similarities between these
instabilities and von-Kármán vortex streets.
The patterns are qualitatively similar to those obtained in Ref. [62] (see Fig. 4
therein, although our RaE is defined differently from the one used in that work).
The periodicity or the chaotic behavior of the instabilities can be further evaluated
by looking to the probes of C and U.
CHAPTER 5. Tutorials 189
RaE = 481
RaE = 579
RaE = 629
RaE = 839
RaE = 1424
RaE = 2164
RaE = 6239
Note that we do not used exactly the same parameters as in Posner et al. [62],
since our purpose was solely to illustrate the qualitative behavior of electrokinetic
instabilities, through a fast-running case. The large time-step used (Courant-
controlled, with Co = 1.5) is also inadequate to capture accurately the transient
behavior of this case.
inletNorth
y
walls
inletWest outlet
x
symmetry
! Boundary conditions
We consider a purely EDF, thus p = 0 at both inlets and outlet boundaries, and
a zero-gradient condition is simultaneously assigned to the velocity. Regarding the
CHAPTER 5. Tutorials 191
(a)
(b)
Figure 5.28: Snapshots of the passive scalar concentration field at different in-
stants: (a) injecting the phase devoid of C (inletNorth) and (b) injecting the phase
rich in C (inletWest). Note that the geometry has been reflected relative to the x -
axis (in Paraview) for presentation purposes – only the upper-half of the geometry
is simulated.
The user can play with the several degrees of freedom of the electric potential
boundary conditions in order to achieve different degrees of mixing. Note that the
time-step used in the tutorial has been adjusted to obtain results in a reasonable
amount time, but it should be lowered to achieve higher accuracy in time. Such
a high time-step, as well as the ”coarse” mesh used, would not be possible to use
if, for instance, the full PNP model was used instead – the simulation would most
likely diverge due to stability issues.
! Overview
The electrically-driven flow of high-molecular weight polyacrylamide solutions
in cross-slot and flow-focusing devices was seen to become unstable after a thresh-
old electric potential is exceeded [64]. This tutorial addresses the numerical simula-
tion of such phenomena, as presented in Ref. [64]. This tutorial merges electrically-
driven flows with viscoelastic fluid models, where the electric charge distribution
is computed by the Poisson-Boltzmann model and the extra-stress tensor of the
viscoelastic fluid is evolved using the Oldroyd-B model (β = 0.4). The settings
of the tutorial reproduce the case with ∆V = 160 V, W iB = 2.06, W iκ = 103
(CrossSlot/) and ∆V = 160 V, W iB = 1.03, W iκ = 154 (FlowFocusing/)
of Ref. [64]. The physical time of the simulations is tf = 0.5 s = 10λ.
! Geometry & Mesh
The geometry for this case is displayed in Fig. 5.29. Both the geometry and
the mesh correspond to the ones used in Ref. [64]. The flow is assumed to be 2D,
being solved in the xy-plane. Note that the patch names for the cross-slot and
flow-focusing geometries differ in the west arm, which is either an outlet or an
inlet (Fig. 5.29).
inlet_north
walls
walls
0.2H
y
outlet_west
2H outlet_east
inlet_west x
49H walls
walls
49H
inlet_south
Figure 5.29: Cross-slot and flow-focusing geometries. In the west arm, the black
arrow is for the cross-slot configuration (outlet west) and the purple arrow is for
the flow-focusing configuration (inlet west). In the tutorial, H = 5 × 10−5 m.
! Boundary conditions
CHAPTER 5. Tutorials 194
The boundary conditions used are described in Ref. [64]. The tutorials also
include the transport of a passive tracer. Note that the pressure extrapolation
boundary condition at the wall is replaced by a zero-gradient condition in version
fe40, since it is not available therein.
! Command-line
Before presenting the command line sequence, it is worth to note that the
mesh for this case is built in a slightly different way. Indeed, the blockMesh
application only builds one-quarter of the geometry/mesh, the one in the first
quadrant (+,+). The remaining of the geometry/mesh is built by 2 sequential
mirroring operations (mirrorMesh): first using the Oyz plane and then using
the Oxz plane. Afterwards, patches should be renamed accordingly, which requires
selecting, spliting and removing faces of already existing patches (topoSet) and
creation of new ones (createPatch).
1–Build the mesh:
∼$ blockMesh
∼$ cp system/mirrorMeshDict0 system/mirrorMeshDict
∼$ mirrorMesh
∼$ cp system/mirrorMeshDict1 system/mirrorMeshDict
∼$ mirrorMesh
∼$ topoSet
∼$ createPatch -overwrite
2–Initialize field C in the interior domain:
∼$ cp 0/C.org 0/C
∼$ setFields
3–Run the solver:
∼$ rheoEFoam
! Results
The dye patterns (field C ) of the unstable flows can be visualized in Paraview.
5.5 rheoHeatFoam
5.5.1 General guidelines
Since rheoHeatFoam is derived from rheoEFoam, the first steps to set up a case
for rheoHeatFoam are the same as for rheoEFoam (Section 5.4.1). After that, the
hydrodynamic and electric (optional) components of the problem will be ready,
and only the thermal component will remain to be defined – this is the subject of
this section.
CHAPTER 5. Tutorials 195
A quick note to the readers not interested in the electric component available
in rheoHeatFoam: to turn-off this feature, it suffices to set the electric model type
as noModel in dictionary constant//electricProperties. In that case, we
recommend reading the guidelines for rheoFoam (Section 5.1.1).
| constant/
The thermodynamic model (Section 4.2.1) is selected and defined in dictionary
thermoProperties located in folder constant/. An example of such dictio-
nary is provided in Listing 5.5. Except for the frozenTemperature model, which
requires no further inputs beyond the specification of its type, other models need
additional settings. For the boussinesq type model exemplified in Listing 5.5, we
need to further turn-on/off viscous dissipation through keyword enableViscous-
Dissipation, specify the product ρcp and provide the coefficients of the third-order
polynomial modeling the temperature dependence of the thermal conductivity (Eq.
3.21). These parameters/settings are used in the solution of the energy equation
(Eq. 3.17).
type boussinesq;
2
enableViscousDissipation true;
4
rhoCp rhoCp [ 1 -1 -2 -1 0 0 0 ] 0.8;
6
kappaCoeffs
8 {
a0 0.008;
10 a1 0;
a2 0;
12 a3 0;
}
Listing 5.5: Example of a thermoProperties dictionary used with
rheoHeatFoam.
Under the boussinesq model, the gravity field should be defined in dictionary
g, inside constant/ (Listing 5.6). The buoyancy term in momentum equation
can be enabled/disabled trough the gravity field. This term is disabled when
the gravity vector is specified as the null vector, as shown in the example of
Listing 5.6. When gravity is enabled, an optional dictionary named hRef can be
optionally defined inside constant/ to shift the spatial origin of the gravitational
acceleration.
1 dimensions [0 1 -2 0 0 0 0];
value (0 0. 0);
Listing 5.6: Example of a g dictionary specifying the gravity field. In this
example, there is no gravity, and consequently no buoyancy.
Two optional dictionaries can be defined inside constant/:
fvOptions, to define a source term to be added to the energy equation;
radiationProperties, to add and define a radiation model for the energy
equation. The user can find examples of such dictionaries in the tutorials provided
with rheoTool and/or OpenFOAM R .
CHAPTER 5. Tutorials 196
12 thermoEta
{
14 type WLF;
c1 c1 [0 0 0 0 0 0 0] 0.01;
16 c2 c2 [0 0 0 1 0 0 0] 0.01;
T0 T0 [ 0 0 0 1 0 0 0] 273;
18 }
20 thermoLambda
{
22 type Arrhenius;
alpha alpha [0 0 0 1 0 0 0] 1000;
24 T0 T0 [ 0 0 0 1 0 0 0] 273;
}
26
destructionFunctionType linear;
28
stabilization coupling;
30 }
Listing 5.7: Example of a constitutiveProperties dictionary used
with rheoHeatFoam.
As noted at the beginning of this section, if the electric module of the
solver is not needed in the simulation, then the electric model type in
electricProperties should be set as noModel.
| 0/
CHAPTER 5. Tutorials 197
Two additional fields are needed in folder 0/ to start a simulation with rheo-
HeatFoam, compared to a simulation with rheoFoam or rheoEFoam. These are
the temperature field and the pseudo-pressure.
The temperature file, named T, should contain the initial and boundary con-
ditions for temperature. Although not essential, it is recommended to use the
temperature in Kelvin units. Note that there is a specific boundary condition to
set the heat flux at a surface (Section 4.8.9).
The pseudo-pressure file, named p_rgh, replaces the static pressure file p.
While defining the initial and boundary conditions for this field, remember that
this pseudo-pressure is equivalent to the static pressure minus the hydrostatic
pressure (Section 4.7.5). This differentiation is only relevant in presence of a
non-null gravity field (accounting for buoyancy), as both pressures are equivalent
otherwise. The static pressure does not need to be defined by the user; the solver
will output it automatically over the course of the simulation.
| system/
Only minor changes are needed in dictionaries fvSchemes and fvSolution
to adapt them to a rheoHeatFoam simulation.
In fvSchemes, the discretization schemes for the terms incorporating the
energy equation need to be defined. These are transient, convective and diffusive
terms.
In fvSolution, the matrix solver (asymmetric) for temperature needs to be
defined. As for rheoEFoam, it is possible to skip the solution of continuity, mo-
mentum and constitutive equations using flag solveFluid defined under subDict
SIMPLE. If the electric module is further switched-off, then only the energy equa-
tion is solved, although all fields are read. This can be useful to evaluate different
heat transfer scenarios for a fixed flow. The additional keyword SIMPLEC (which
takes a boolean value) in subDict SIMPLE can be used to selected between SIM-
PLEC (true) and PIMPLE (false) for pressure-velocity coupling in case buoyancy
is enabled. In the absence of buoyancy, either SIMPLEC or coupled solvers can
be used for that purpose (Section 4.7.5).
Although rheoHeatFoam is mainly intended to simulate non-isothermal fluid
flows, it can be equally used to simulate heat transfer in solids. This can
be achieved by turning-off the electric module, disabling the fluid flow (set
solveF luid = f alse in fvSolution) and removing the convective (set div((phi ∗
rhoCp), T ) GaussDef Cmpw none in fvSchemes) and viscous dissipation terms
(set enableV iscousDissipation = f alse in thermoProperties) from the en-
ergy equation. The flow-related variables (u and p_rgh) still need to be defined
in the start-time folder, but they are not used.
1.25 10
1 8
θ
ux/U
0.75 6
0.5 4
0.25 2
0 0
0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1
y/H y/H
(a) (b)
Figure 5.30: Transverse (a) velocity and (b) temperature profiles near the chan-
nel outlet. The dashed lines represent the numerical data obtained in [65] for
similar conditions.
W=1
top
right
left
H=8
down
x
Figure 5.31: Geometry of the cavity with buoyant flow on its interior.
CHAPTER 5. Tutorials 200
! Boundary conditions
The velocity is null on all the boundaries, and the pressure is extrapolated
so as to balance the local gravitational force (see the fixedFluxPressure boundary
condition in Section 4.8.11). The top and down walls are adiabatic, whereas T =
−0.5 in patch left and T = 0.5 in patch right. This differential of temperature
induces a buoyancy-driven rotational flow inside the cavity.
! Command-line
1–Build the mesh:
∼$ blockMesh
2–Run the solver:
∼$ rheoHeatFoam
3–Extract profiles for u and T over line y = 4 (horizontal centerline):
∼$ postProcess -func sampleDict -latestTime
Note: the Allrun script found in the directory can be used to run all these
commands at once. The user just needs to provide the number of processors (≥ 1)
as argument to that script. e.g.
∼$ ./Allrun 2
to run the case using two processors.
! Results
The temperature and velocity (y-component) profiles sampled over line y = 4
are plotted in Fig. 5.32, along with the benchmark results [66]. A good agreement
between both is observed.
rheoHeatFoam Guo & Bathe (2002) rheoHeatFoam Guo & Bathe (2002)
0.5 0.8
0.6
0.25 0.4
0.2
uy
T
0 0
-0.2
-0.25 -0.4
-0.6
-0.5 -0.8
0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1
x x
(a) (b)
Figure 5.32: Temperature (a) and velocity (b) profiles sampled over the horizon-
tal centerline of the
√ cavity. The symbols are the results from [66]. The velocity is
normalized with gβW ∆T = 491.325 (only β is different from unity).
CHAPTER 5. Tutorials 201
along with zero-gradient for pressure. The channel walls are adiabatic and no-slip
conditions apply locally. The same applies to the cylinder wall, except that the
temperature is fixed there (at a higher value than the inlet temperature). At the
outlet, zero-gradient applies to velocity and temperature, whereas the pressure is
fixed.
Note: the inlet temperature is set to 0, which is of course meaningless in
terms of its physical interpretation. However, the specific value assigned is not
important for this tutorial (it will be only used in the Nusselt number, subtracted
to the cylinder’s temperature).
! Command-line
1–Build half the mesh of Section 5.1.6:
∼$ blockMesh
2–Extrude the walls patch of the mesh in the y-direction, in order to pass from a
blockage ratio of 2 to a blockage ratio of 4:
∼$ extrudeMesh
3–Run the solver:
∼$ rheoHeatFoam
Note: the Allrun script found in the directory can be used to run all these
commands at once. The user just needs to provide the number of processors (≥ 1)
as argument to that script. e.g.
CHAPTER 5. Tutorials 202
∼$ ./Allrun 2
to run the case using two processors.
! Results
Two functions are coded in controlDict to output (in run-time) the drag
coefficient and the average Nusselt number of the cylinder (the values are written
to files Cd.txt and Nu.txt, respectively),
Z
2 0
Cd = pI + τ · î· dS, î = (1, 0, 0)
ρU 2 πR2
S
Z
D ∂T
Nu = dS
Scyl (Tcyl − Tinlet ) ∂n cyl
S
In Fig. 5.33 we plot the average Nusselt number for different values of n (the
parameters in the tutorial are adjusted for n = 0.6). A good agreement is observed
regarding the reference data (obtained with a commercial software in [67]).
6.5
5.5
Nu
4.5
4
0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8
n
Figure 5.33: Average Nusselt number for different values of the shear-thinning
parameter (n), at Re = 1 and P r = 100, for a blockage ratio of 4. The square
symbols represent the data in [67] for similar conditions.
5.6 rheoMultiRegionFoam
5.6.1 General guidelines
As mentioned in Section 4.7.6, rheoMultiRegionFoam can be considered as multiple
instances of rheoHeatFoam running simultaneously in different fluid domains, plus
the solution of the energy equation in the different solid domains. In practice,
when setting a case for rheoMultiRegionFoam one defines individual constant/,
CHAPTER 5. Tutorials 203
0/ and system/ folders for each solid/fluid domain. We recommend reading the
guidelines for rheoHeatFoam (Section 5.5.1) before proceeding further.
Note that it only makes sense to use rheoMultiRegionFoam for the cases where
there is some kind of interaction between different domains. Otherwise, running
rheoFoam, rheoEFoam or rheoHeatFoam individually in each domain should make
more sense and be more efficient. Therefore, one will assume that there is at least
one interface across which two different domains communicate.
| constant/
Perhaps the trickiest step in the preparation of a rheoMultiRegionFoam case is
the assemblage of the mesh. Inside folder constant/, the global mesh should be
present along with the mesh for each region. This can be achieved in several ways
(we encourage the user to look for alternative ways in OpenFOAM R tutorials for
chtMultiRegionFoam), but here we will focus on a four-step procedure being used
in the tutorials available for this solver:
1. Build individually the mesh for each domain, creating a cell zone for the
whole mesh with the name expected for that region. Use for example utility
topoSet to create the cell zone; blockMesh allows to automatically create
them through blocks naming;
3. Create coupled patches, i.e. patches across which two different domains
interact. This can be done with utility createPatch. The patch type allowing
communication between domains in rheoTool is named regionCoupledAMI ;
4. Split the whole mesh by regions using utility splitMeshRegions provided with
OpenFOAM R . The mesh will split into regions where the faces don’t com-
municate with each other.
We will not describe the syntax of the commands to be used in each step. The
syntax can be found with option -h, or, more easily, by looking into the tutorials
provided. However, it is important to note that non-matching interfaces are al-
lowed at domain interfaces, i.e. the distribution of boundary faces can be different
on each side of the interface, although they need to match geometrically. In ad-
dition, it is convenient to keep a low level of non-orthogonality for the mesh faces
at the interface in order not to deteriorate the level of accuracy. The patches at
such interfaces must be of type regionCoupledAMI, which is a kind of cyclicAMI
generalized to different regions. These patches require the definition of neighbour-
Patch (name of the patch on the other side of the interface) and neighbourRegion
(name of the region containing the neighbourPatch).
After the mesh is ready, the different fluid and solid regions must be listed in
dictionary regionProperties, as exemplified in Listing 5.8. These names will
be used consistently in other directories.
CHAPTER 5. Tutorials 204
regions
2 (
fluid (polymer)
4 solid (calibrator)
);
Listing 5.8: Example of a regionProperties dictionary, showing, in this
case, a fluid region named polymer and a solid region named calibrator.
According to the regions naming specified in regionProperties, the user
needs to create a folder inside constant/ for all the regions. Each of these
folders works as the constant/ directory of the given region. Therefore, the
content in each of the folders corresponding to fluid regions should be the same
as constant/ for rheoHeatFoam (see Section 5.4.1). For solid regions, since the
energy equation is the only to be solved, dictionary thermoProperties is the
only that must be defined. This dictionary sets the thermodynamic model to
be applied in the given solid region (Section 4.2.2), as exemplified in Listing 5.9.
This dictionary is very similar to the one defined for fluid regions (Listing 5.5).
It specifies the type of the selected model, the product ρcp for the solid and the
coefficients of the third-order polynomial modeling the temperature dependence of
the thermal conductivity (Eq. 3.21). An optional fvOptions dictionary can be
also defined for solid regions to add a source term to the energy equation (see the
tutorials).
1 type isotropic;
5 kappaCoeffs
{
7 a0 1.;
a1 0.;
9 a2 0.;
a3 0.;
11 }
Listing 5.9: Example of a thermoProperties dictionary for a solid region.
| 0/
Similar to what happened inside folder constant/, in folder 0/ a different
directory must be created for each region, with the names of the directories agreeing
with dictionary regionProperties. Each of these folders acts as folder 0/
for the given region. The content for fluid regions was seen in Section 5.5.1 for
rheoHeatFoam. For solid regions, the only field to be defined is temperature (T).
The boundary condition for temperature on patches of type regionCoupledAMI
should be coupledT (4.8.10) to ensure the continuity of heat fluxes across region-
region interfaces, but other boundary conditions can also be used (e.g. ∇T · n = 0
for adiabatic interfaces). There are no restrictions on this patch for the boundary
conditions of other variables in the fluid domain.
| system/
CHAPTER 5. Tutorials 205
As for the other two directories, in system/ the user also needs to create an
individual folder for each region, where each of these folders acts as the system/
of the given region. The dictionaries needed are fvSolution and fvSchemes,
and their content is the same as for a rheoHeatFoam simulation with only a small
difference: in fvSolution, subDict SIMPLE is now replaced by PIMPLE and
the boolean option solveFluid is replaced by frozenFlow (when set to true, only
the energy and electric-related equations are solved). For solid regions, files fv
Solution and fvSchemes must contain the schemes and matrix solvers for the
energy equation.
A single and global controlDict must exist in system/, which controls
the time settings in all domains. Besides the global Courant number, which is
computed as the maximum Courant over all fluid regions, the time-step can be
also automatically adjusted by a (maximum) Diffusion number computed over all
the solid regions, Do = ρckp ∆x∆t
2 . In practice, the time-step is adjusted by the most
7 saveSystem true;
CHAPTER 5. Tutorials 206
robustSumCheck true;
9 updatePrecondFrequency 10000;
updateMatrixCoeffs false;
11 }
13 }
15
PIMPLE
17 {
nOuterCorrectors 1;
19 }
Listing 5.10: Example of a global fvSolution dictionary for
rheoMultiRegionFoam.
100 mm
Solid1
50 mm
y
50 mm
Solid0
x
Figure 5.34: Geometry for the two-slabs tutorial. Each slab has a different
thermal conductivity and there is thermal contact resistance at the interface.
! Boundary conditions
All the external boundaries of solid0 are kept at 100 o C, whereas the external
boundaries of solid1 are at 180 o C. At the interface, the coupledT boundary con-
dition (Section 4.8.10) is applied to ensure the heat flux continuity in presence of
thermal contact resistance.
Note that this problem could be solved using either Celsius degrees or Kelvins
for temperature.
! Command-line
The list of commands to be run is somewhat extensive. Therefore, we recom-
mend using the Allrun script to run the simulation. This script requires the
number of processors (≥ 1) to be passed as argument, e.g.
∼$ ./Allrun 1
to run the case using a single processor (which is clearly enough).
! Results
The temperature profile over a line crossing vertically the center of the slabs is
plotted in Fig. 5.35. A good agreement is observed with the analytical solution.
These profiles are outputted to postProcessing/sampleDict/.
The energy equation in each domain is assembled in a single matrix and solved
at once, with implicit coupling between domains. Since the time-derivatives are
suppressed and the meshes are perfectly orthogonal, the steady-state solution is
obtained in a single iteration.
Analytical rheoMultiRegionFoam
180
160
T ( oC) 140
120
100
0 20 40 60 80 100
y (mm)
Figure 5.35: Temperature profile over the vertical centerline of the slabs (x = 50
mm). The symbols are the solution obtained with rheoMultiRegionFoam and the
solid line is the analytical solution [68].
coupling at the interface for heat transfer. The second simulation is performed after
the first one has finished. It starts from the flow solution of the first simulation,
which gets frozen, and applies implicit coupling at the interface for heat transfer.
The thermal solution is obtained very quickly in a few iterations with coupled
solvers. The second simulation is only included for demonstration purposes, as the
results should match between both approaches.
The final time used for the first simulation is rather short for a completely
converged solution. It was shortened for the sake of the tutorial, but can be ex-
tended (doubled) to obtain a better-converged solution. In the second simulation,
no time-derivatives are used and the temperature field is completely converged.
! Results
Three different function objects are coded in system/controlDict to out-
put: the average Nusselt number (Nu.txt), the drag coefficient on the sphere
(Cd.txt) and the volume-averaged temperature of the sphere (TavSphere.tx
t). The user should compare the values obtained from the two simulations with
each other, as well as with those reported in [6], keeping in mind that the mesh is
quite coarse and that the first simulation is not completely converged. The second
simulation can be found under directory runCoupledT (automatically created
by script Allrun).
7 14 18 11
Calibrator
10 2
6
y
2 U
Polymer
x
Figure 5.36: Geometry for the heat exchange problem in a calibrator (dimensions
are in mm). Scheme based on the ”complex layout problem” described in [68].
! Boundary conditions
In the polymer region, the velocity is set uniformly at U = 0.01 m/s, in both
the interior and boundary of the domain. The inlet temperature of the polymer
layer is 200 o C and a zero-gradient is assumed at the outlet. The calibrator has
adiabatic walls and the colling cylinders are kept at 10 o C.
The problem is solved with implicit thermal coupling at the interface (boundary
condition coupledT ; see Section 4.8.10).
Note that this problem can be solved indifferently using either Celsius or Kelvin
as the temperature unit, since the temperature is close to a passive scalar in this
particular case. However, Kelvin should be the preferred unit in a generic case.
! Command-line
The list of commands to be run is somewhat extensive. Therefore, we recom-
mend using the Allrun script to run the simulation. This script requires the
number of processors (≥ 1) to be passed as argument, e.g.
∼$ ./Allrun 2
to run the case using two processors.
Note that since the velocity in the fluid region is known, only the heat transfer
analysis is carried out (keyword frozenFlow in system/polymer/fvSolution
is set as true).
! Results
The temperature profiles are taken over lines x = 7 mm, x = 30 mm and x
= 50 mm (the first line crosses a cooling cylinder). The results are shown in Fig.
5.37, where a good matching with the reference data [68] is observed. The three
sampled lines can be found in directory postProcessing/sampleDict, where
a sub-directory exists for each region. Two sampleDict dictionaries are needed
to obtain the lines, one for each region (system/calibrator/sampleDict
and system/polymer/sampleDict).
5.7 rheoBDFoam
5.7.1 General guidelines
CHAPTER 5. Tutorials 211
200
150
T (oC) 100
50
0
0 2 4 6 8 10 12
x (mm)
Figure 5.37: Transverse temperature profiles at different distances from the poly-
mer inlet. The solid lines are the numerical results from rheoMultiRegionFoam and
the symbols represent the data from [68].
| constant/
All the elements needed in directory constant/ for a simulation with
rheoEFoam (Section 5.4.1) should also be present in a simulation with rheoBD-
Foam. This includes a valid mesh and dictionaries electricProperties and
constitutiveProperties. If the simulation will not require the electric mod-
ule of rheoBDFoam, then simply set the electric model type to noModel inside
dictionary electricProperties (see the tutorial examples).
In addition to the above elements, the molecules’ structure and physical prop-
erties should also be present in subdirectory runTimeInfo. The easiest and
recommended way to generate this subdirectory and the files needed is running
utility initMolecules, as described in Section 4.9.4. The last element that must
be present in directory constant/ is dictionary moleculesControls. This
dictionary controls all the options specifically related with the Brownian dynam-
ics algorithm, discussed in Section 4.4. Listing 5.11 presents an example of a
moleculesControls dictionary, that we now analyze entry-by-entry:
• subDict externalFlow
writeFields – the continuum fields needed for the simulation must be present in the
startTime directory, but during the simulation it is possible to suppress
their write. This entry controls the writing of continuum fields during the
simulation. For example, when using a frozen field, there is no need to write
this constant field to the subsequent time directories (usually to save disk
space), unless we expect to restart the simulation from one of those times.
Even in the situation where a restart is expected, it is always possible to
keep the writeFields option disabled and later copy manually the continuum
fields to the new startTime directory. (boolean)
CHAPTER 5. Tutorials 212
frozenFlow – as pointed out by the entry name, it should indicate if the flow (more gener-
ically all continuum fields) is frozen or not. A frozen flow does not change
over time. (boolean)
tethered – indicates whether the molecules are tethered or not. Remember that if this
option is enabled, all the molecules (of all groups) will be tethered by their
first bead (see Section 4.4.6). (boolean)
pushBackCmp – each component of this vector should be either 1, if the molecules’ center of
mass is fixed in that direction, or 0 otherwise (see Section 4.4.6). (vector of
0/1’s)
pushBackFreq – when the molecules’ center of mass is to be fixed in any direction, then
this entry corresponds to the frequency at which this is done (number of
time-steps between calls) (see Section 4.4.6). This entry is ignored if all
components of pushBackCmp are zero. (integer)
interpolation – the user should specify any valid interpolation method for the external forcing
(see Section 4.4.4). (string)
• subDict outputOptions
writeStats – this option enables writing the index, position and stretch of all the molecules
over time (see Section 4.4.8). (boolean)
outputStats
– number of time-steps between consecutive calls to the statistics writer. It
Interval
is independent from the writing of time directories. Only effective if the
previous option is enabled. (integer)
writeVTK – this option enables writing the molecules’ structure and properties in VTK
format, which should be readable by any version of Paraview. (boolean)
• subDict exclusionVolumeProperties
activeExclusion
– this option allows to include or suppress exclusion volume forces between
Volume
beads (see Section 3.10.2). (boolean)
activeWall
– this option enables to impose a minimum approximation distance of the
Repulsion
beads to the walls, upon collision. If not enabled, the beads are repositioned
at the collision point, inside the computational domain (see Section 4.4.7).
(boolean)
repulsiveDistance – if activeW allRepulsion = true, this entry defines the repositioning distance
of the beads in the wall-normal direction, starting from the collision point
on the wall (see Section 4.4.7). (double)
CHAPTER 5. Tutorials 213
• subDict HIProperties
• subDict electrophoresis
mobility – if active = true, this entry should correspond to the electrophoretic mobility
of each individual bead. (double)
• subDict springModelProperties
springModel – this entry should correspond to one of the available spring models (see Section
4.4.5). (string)
timeScheme – this entry should correspond to one of the available time integration schemes
(see Section 4.4.5). (string)
relTol – minimum normalized spring length variation below which the Newton-
Raphson method stops. (double)
tresholdF – fraction of the maximum spring length which triggers the algorithm to add
implicitly the diagonal spring force terms contribution. This is the α vari-
able defined in Section 3.10.4, which should take values in the range ]0, 1].
(double)
cutOffStretch – variable used to stabilize the Newton-Raphson method. In one given itera-
tion of the Newton-Raphson method, it may happen that a spring exceeds
its maximum admissible length (l ). As such, when the springs length needs
to be used to compute fk and Jk (see Section 3.10.4), we replace its value
by min (Ri , cutOf f Stretch × l). However, the resulting beads positions are
never corrected. In order to ensure that this stabilization method will not
affect the simulation results, this variable should always be higher than the
maximum expected fractional extension and ≤ 1. In most of the cases, a
value between 0.990 and 0.999 will be a good choice (FENE and Cohen Padé
models will typically require higher values, as 0.999 or even 1). (double)
solver – this entry should correspond to the name of one of the available matrix solvers
to be used in the Newton-Raphson method (see Section 4.4.5). (string)
CHAPTER 5. Tutorials 214
1 externalFlow
{
3 writeFields false;
frozenFlow true;
5
tethered false;
7 pushBackCmp (0 0 0);
pushBackFreq 1;
9
interpolation BarycentricWeights;
11 gradU
(
13 0 0 0
0 0 0
15 0 0 0
);
17 }
19 outputOptions
{
21 writeStats true;
outputStatsInterval 10;
23
writeVTK true;
25 }
27 exclusionVolumeProperties
{
29 // bead-bead
activeExclusionVolume true;
31
// wall-bead
33 activeWallRepulsion true;
repulsiveDistance 1e-7;
35 }
37 HIProperties
{
39 activeHI true;
}
41
electrophoresis
43 {
active false;
45 mobility 5.95767e-10;
}
47
springModelProperties
49 {
springModel MarkoSiggia;
51
timeScheme semiImplicit;
53 maxIter 20;
relTol 1e-6;
55 tresholdF 0.85;
cutOffStretch .99;
CHAPTER 5. Tutorials 215
57 solver QR;
}
Listing 5.11: Example of a moleculesControls dictionary used with
rheoBDFoam.
| 0/
As we have seen for directory constant/, a simulation with rheoBDFoam
requires all the elements that would be needed for a simulation with rheoEFoam
(Section 5.4.1). Therefore, continuum fields p and U must always be present, and
phiE and/or psi should also be defined for an electrically-driven flow, or if molec-
ular electrophoresis is accounted for. Note that in case molecular electrophoresis
is considered, only the electric field represented by phiE (the externally applied
electric field) is used. Consider now three typical situations where rheoBDFoam is
likely to be used:
I- steady numerical external forcing. In this case, the continuum fields defined
in the startTime directory will be used and kept constant during the simu-
lation. The continuum is frozen in time. The usual procedure in this scenario
is to simulate the continuum flow elsewhere, in a separate simulation/case,
and then copy the steady-state continuum fields to the startTime directory
of the Brownian dynamics case.
II- transient numerical external forcing. In this situation, the continuum evolves
in time simultaneously with the molecules. Therefore the continuum fields
in the startTime directory should include initial and boundary conditions.
III- steady analytical external forcing. Although in this case the external forcing
is defined by an analytical expression, the continuum fields that would be
needed for a numerical forcing should also be present. However, they are just
placeholders and are not used, such that their content is not important, but
needs to respect the expected syntax (have defined internal and boundary
fields compliant with the boundary types).
In addition to files for the continuum fields, the startTime directory still
needs to have a subdirectory lagrangian/molecules/ containing the fields
for the molecules. The easiest and recommended way to generate this subdirectory
and the files needed is running utility initMolecules, as described in Section 4.9.4.
Note that if any viscoelastic fluid model is used in the continuum flow, which
should probably be unusual, then also the corresponding variables should be de-
fined in the startTime directory (see Section 5.1.1). No additional files are
needed for a (non-elastic) generalized Newtonian fluid model.
| system/
Again, directory system/ for a rheoBDFoam case should have the same el-
ements as any rheoEFoam case. Moreover, most of the dictionaries do not re-
quire any change. The only modifications (additions) needed are in dictionary
fvSolution, in subDict SIMPLE :
CHAPTER 5. Tutorials 216
solveFluid – this entry allows to switch on/off the resolution of the constitutive, momen-
tum and pressure equations. This option is typically set as false when the
external forcing is analytical, or when the external forcing is numerical but
frozen in time. (Switch)
solveElecM – this entry allows to switch on/off the resolution of the electric-related equa-
tions, independently of the option selected for solveFluid. (Switch)
purpose, since this is a well-studied case. Before imposing the planar extensional
flow, the molecules are initialized in a stretched state and left to relax in no-flow
conditions. This allows one to estimate the relaxation time of the molecules and
also provides the starting molecular configurations for the planar extensional flow.
The λ−DNA molecules are modeled with the set of parameters provided in [31]:
N = 11 beads, D = 0.065 µm2 /s, a = 0.077 µm, Nk,s = 19.81, ν EV = 0.0012 µm3
and Lmax = 21 µm. The planar extensional flow is simulated for W i = λ˙ = 2,
where ˙ is the extensional-rate and λ is the relaxation time of λ−DNA molecules
(λ ≈ 4.1 s, as determined in the first part of the tutorial). The simulations are
run for an ensemble of 1000 molecules using the Marko-Siggia spring model.
! Geometry & Mesh
Since the forcing is analytical, a simple single-cell mesh can be used. The
dimensions are set large enough so that the molecules can be fully contained inside
the computational domain, even if fully-stretched. Furthermore, the molecules’
center of mass is held at a fixed position. The flow is unconfined.
! Boundary conditions
Due to the analytical nature of the forcing, any arbitrary, but consistent,
boundary condition can be attributed to the continuum fields (pressure and veloc-
ity); however, they will not be used. Consistent means here that if we assigned a
patch type to a given boundary while building the mesh, then we cannot assign,
for example, a symmetryPlane boundary condition to that boundary.
! Command-line
As aforementioned, in the first part of the tutorial the molecules are initialized
in a stretched configuration (L = 0.7Lmax ) in order to study their relaxation to
equilibrium in no-flow conditions. This is carried out inside directory relaxati
on/:
1–Build the mesh:
∼$ blockMesh
2–Initialize the molecules:
∼$ initMolecules
3–Run the solver:
∼$ rheoBDFoam
4–Extract the ensemble average molecular length over time:
∼$ averageMolcN 0
In the last time outputted by the solver (t = 50 s), the molecules display an
equilibrium configuration in no-flow conditions. These configurations are used in
the start of the planar extensional flow, thus they should be copied to the case
directory. The data needed is contained inside 50/lagrangian and constant
/runTimeInfo/50.
1–Build the mesh:
CHAPTER 5. Tutorials 219
∼$ blockMesh
2–Copy the equilibrium molecular configurations from directory relaxation/:
∼$ cp -rf relaxation/50/lagrangian 0/
∼$ mkdir -p constant/runTimeInfo/50
∼$ cp -rf relaxation/constant/runTimeInfo/50/ constant/run
TimeInfo
∼$ mv constant/runTimeInfo/50 constant/runTimeInfo/0
3–Run the solver:
∼$ rheoBDFoam
4–Extract the ensemble average molecular length over time:
∼$ averageMolcN 0
! Results
Firstly, we will estimate the relaxation time of the molecules. It can be ob-
tained from the ensemble average relaxation curve output to file relaxation
/rheoToolPP/0/moleculesStats/G1/Stretch_Naverage.txt by util-
ity averageMolcN. The molecular length should decay over time as [30],
0.8
-24
y = -0.2429x - 22.945
R² = 0.999
ln( L2 - L02 )
0.6
L/Lmax
-26
0.4
-28
0.2
-30 0
0 10 20 30 0 10 20 30
t (s) t (s)
(a) (b)
Figure 5.39: (a) Decay of the molecular length over time during relaxation in
no-flow conditions. The red line represents a linear fit to the data for 5 ≤ t ≤ 13
s. (b) Fractional molecular length evolution over time in a planar extensional flow
at W i = 2. The symbols represent the numerical results from [31].
The simulations are run for an ensemble of 1000 molecules, divided over two
groups of 500 molecules. The Marko-Siggia spring model is used.
! Geometry & Mesh
The 3D flow-focusing geometry used is similar to the one in the tutorial of
Section 5.4.5 (see Fig. 5.25). However, the height considered in this example is
equal to the width, h = 2H, and H = 100 µm.
! Boundary conditions
Pressure-driven flow
The velocity magnitude in the north and south inlets is equal, and 20× higher
than the velocity magnitude in the west arm (V R = 20). The velocities are selected
in order to have W i = 20. The pressure is fixed at zero at the outlet and no-slip
boundary conditions hold at the walls.
Electrophoresis
For the electrophoresis case, the sole purpose of the continuum simulation is to
obtain the electric potential distribution. Thus, we need to define field phiE and
select any model for electrically-driven flows that allows one to compute Laplace’s
equation. Note that we are not interested in solving for the electroosmotic flow; we
only need the electric potential distribution, but this requires selecting a complete
model. The slipSmoluchowski model (see Section 4.3.1) is the one displaying the
simplest electricProperties dictionary to define, thus this one has been
selected. The electric field is assumed to be tangential to the walls, and the
potential at the inlets is fixed in order to have an electric field (velocity) ratio
≈ 20 between the north (south) and west arms. Then, we select µ in order to
match the U velocity corresponding to W i = 20 (we are not concerned with the
physical admissibility of µ in the tutorial).
! Command-line
The sequence of commands to run these cases is somewhat long. Thus, we
recommend to use directly the Allrun scripts inside directories pressureDr
ivenFlow/ and electrophoresis/. Each of these scripts will first run the
solver to obtain the steady-state continuum fields (either rheoFoam or rheoEFoam),
and then they run the Brownian dynamics solver (rheoBDFoam, inside directory
BDS/). Regarding the Brownian dynamics simulations, the molecules are first left
to equilibrate in the local fully-developed flow of the west arm (x = −4H) for
around 20λ ≈ 400s. This requires fixing the molecules center of mass (see Section
4.4.6). Then, this constraint is removed and the molecules flow freely until they
exit the geometry through the outlet patch. Both steps are carried out in the
same directory (BDS/); the second simulation starts from the last time-step of the
first simulation. The second simulation stops when no molecule remains inside the
geometry. At the end of the simulation, we use utility averageMolcX (see Section
4.9.6) to extract the average molecular length over a line starting at x = −3H and
ending at x = 15H, partitioned in 100 bins. You can see that the application is
called for time = 400 because this is the startTime of the second simulation.
The comments in the Allrun scripts should help to understand all the steps.
Nevertheless, we would like to highlight two points that may seem less clear.
CHAPTER 5. Tutorials 222
Pressure-driven Electrophoresis
1
0.8
0.6
L/Lmax
0.4
0.2
0
-3 0 3 6 9 12 15
x/H
the three Cartesian components of the beads motion equation are solved for (see
Section 4.4.3).
The simulations are run for an ensemble of 500 molecules. The spring model
and physical parameters used to represent λ-DNA molecules are the same as those
presented in Section 5.7.3. We remember that those parameters give λ = 4.1 s
in a 43.3 cP buffer, which has a viscosity close to that of the buffer used in [71].
In [71], the molecules are immobilized at the stagnation point of the cross-slot
using a Stokes trap. Hence, in the tutorial we also fix the molecules center of mass
in the vicinity of the stagnation point. We remember that fixing the molecules
center of mass in rheoTool is not the same as tethering the molecules (see Section
4.4.6).
! Geometry & Mesh
The geometry of the 2D cross-slot device is similar (same boundary names) to
the one used in the tutorial of Section 5.1.7. For the scheme of Fig. 5.9, W =
400 µm and the four arms are 2 mm long.
! Boundary conditions
The y-component of the velocity in the inlet north boundary follows a sinu-
soidal profile,
vN (t) = −v0 sin(2πf t)
where v0 is selected such that the maximum extensional-rate at the stagnation
point (computed numerically) is W i/λ. In the inlet south boundary, vS (t) =
−vN (t). These sinusoidal velocity profiles are imposed using a functionObject
(check file 0/U). No-slip boundary conditions are assigned at the walls.
! Command-line
The list of commands to be run is somewhat lengthy. Thus, we recommend
the user to directly run the Allrun script provided in the tutorial.
The tutorial performs two calls to rheoBDFoam. In the first call, the molecules
are equilibrated in no-flow conditions for approximately 10λ (40 s). In the second
call, starting from the equilibrium configurations (t = 40 s), the flow is switched-on
and the simulation runs up to t = 80 s.
! Results
The evolution of the fractional molecular length over time is plotted in Fig.
5.41. The data of this figure can be found in file rheoToolPP/40/molecule
sStats/G1/Stretch_Naverage.txt. The first cycles should be discarded,
since they are in the non-periodic regime (we need then to translate the curve in
time).
CHAPTER 5. Tutorials 225
Figure 5.41: Fractional molecular length of λ-DNA in LAOE, for W i = 6.5 and
De = 0.45. The lines are for the experimental (dashed) and numerical (solid)
results in [71], while the symbols represent the numerical results obtained with
rheoTool .
The reader can easily try this, and check if the results are comparable, as
expected.
5.8 rheoFilmFoam
5.8.1 General guidelines
Solver rheoFilmFoam should only be used to simulate film-casting. The specificity
of this solver brings several constraints (hard-coded options) which are not usual
in the other general-purpose solvers. Therefore, we recommend special attention
while reading this section.
CHAPTER 5. Tutorials 226
All cases to be run with rheoFilmFoam should retain the same mesh structure
and patch names as those provided in the tutorials. Some boundary conditions
should be also kept untouched. The mesh structure, naming and boundary con-
ditions of a typical case are depicted in Fig. 5.42 and each of these topics will be
discussed next.
die
Name: inlet roll
BC: Name: outlet
►u = (U, 0, 0) BC:
►h = h0 ►u → rollVelocity
►𝛻𝜏𝑖𝑗 ∙ n = 0 ►𝛻ℎ ∙ n = 0
►𝛻𝜏𝑖𝑗 ∙ n = 0
►d = 0 y
►T = T0 ►d → fixedNormalSlip
z x ► 𝛻𝑇 ∙ n = 0
x=L
symmetry
Name: symm
BC:
►all → symmetryPlane
| constant/
One component of folder constant/ is the mesh (although blockMeshDict is
now inside folder system/ in the recent versions of OpenFOAM R ). The com-
putational domain and corresponding mesh must retain and respect the structure
and naming shown in Fig. 5.42. Therefore, the only parameters that the user is
allowed to modify are the width (W ) and length (L) of the film, and the number
and compression of cells in x and y. It is possible to simulate either half-domain,
as depicted in Fig. 5.42, or the full domain, without the symmetry plane. Both
base cases are included in the tutorials, though using the half domain should be
valid in most situations.
Still inside folder constant/, dictionary dynamicMeshDict defines the mo-
tion solver for the mesh. As previously stated in Section 4.6.3, the motion solver
must be based on displacement and the spines-based method is almost always a
good option for these cases.
CHAPTER 5. Tutorials 227
If the fluid is viscoelastic, then also the polymeric stress tensor (field tau)
must be defined in terms of initial and boundary conditions. A zero-gradient
boundary condition can be used on all boundaries, although with some level of
approximation. Alternatively, linearExtrpolation can be assigned to freeSurface0
to improve the accuracy. If the simulation starts from a quiescent state, the
polymeric stresses are initially null. Similar boundary and initial conditions apply
to transformed variables (e.g. theta) if these are used.
If the simulation is non-isothermal and isT hermo = true in
system/constitutiveProperties, then field T representing tempera-
ture must be also defined. It is usual to define a uniform temperature at the
inlet, no heat flux across freeSurface0 due to its small surface and a zero-gradient
condition at the outlet. For stability reasons, we recommend to set the initial
temperature in the interior domain as the inlet value to avoid possible numerical
divergence in certain cases. Sometimes, this is not enough to avoid numerical
divergence and one should first simulate the corresponding isothermal case and
only then enable temperature effects.
As the simulation evolves, pressure is written to the saved time-steps (it results
from the force balance in z, as discussed in Section 3.9.1).
| system/
The numerical settings defined in dictionaries controlDict, fvSchemes
and fvSolution are similar to those used by rheoFoam. There is an additional
subDict in fvSolution dedicated to the post-processing of the film-casting sim-
ulations, as explained in Section 4.6.1.
If the purpose of the simulations is to obtain steady-state results, under-relaxing
fields and equations (without timed-derivatives) is sometimes a faster way than
using first-order time-stepping with a high time-step. Still, one should use multi-
ple inner-iterations to converge the kinematic and dynamic boundary conditions
of the free-surface, as they are frequently the limiting step in terms of numerical
stability. Also remember that the streamlines method of the freeSurfaceDisplace-
ment boundary condition will always use time-stepping (optionally combined with
under-relaxation) to evolve the transient streamline equation (Section 4.6.2). The
CFL condition still needs to be obeyed in those cases, even if no time-derivatives are
used in the other equations. On the other hand, if transient results are intended,
then no under-relaxation should be used and multiple inner-iterations must be
set. The term ”ddt(U )” (which is not the transient term in the momentum equa-
tion) always needs to be discretized with a transient scheme, irrespective of the
schemes used for the other terms, as it is used to correct the flux in moving mesh
cases. Note: for transient simulations, the space conservation law (moving grids)
can only be obeyed when using the first-oder Euler implicit scheme. Any other
scheme using information from more than the preceding time-step would need to
re-implement function meshPhi() to keep its theoretical accuracy.
Remember that ∇ · u 6= 0 in the 2.5D model used in film-casting simulations.
This calls for the need to use bounded convection schemes in all convective terms,
except that in the transport equation of the thickness field, i.e. div(phi, h). The
discretization of the convective terms is defined in fvSchemes, by preceding the
usual schemes by bounded, e.g. bounded GaussDefCmpw cubista.
CHAPTER 5. Tutorials 229
! Results
The convergence of the case can be followed in file
filmCastingPP/0/width.txt, which registers the film half-width at
the take-up line over time. The final thickness profile at the take-up line can be
found in filmCastingPP/0/thickness.txt.
Fig. 5.43 presents the results for W i = 0 (Newtonian case) and W i = 0.8.
There is good agreement between rheoFilmFoam and [72].
0.15
Wi = 0
0.1
h / h0
Wi = 0.8
0.05
(b)
0
0 0.2 0.4 0.6 0.8 1
y/W
(a)
Figure 5.43: (a) Thickness profile at the take-up line for a Newtonian (W i = 0)
and UCM (W i = 0.8) fluid at a draw ratio of 40. The lines represent the results
obtained with rheoFilmFoam and the symbols reproduce the data in [72]. (b) Final
shape of the film at W i = 0.8.
! Overview
This tutorial benchmarks rheoFilmFoam against the results in [73] for a New-
tonian fluid, accounting for temperature and gravity effects. The film half-width
is W = 0.115 m, the length is L = 0.38 m and the film thickness at the die exit
is h0 = 0.001 m. The draw ratio is 18.89 and the gravitational acceleration is 9.81
m/s2 in the flow direction. The temperature at the die exit is 513.15 K, whereas
the surrounding air is at 298.15 K. The following properties are assigned to the
fluid: ρ = 1330 kg/m3 , η = 270 Pa.s, Cp = 1500 J/(kg K), α = 7938 K and
T0 = 523 K, where the last two parameters are related with Arrhenius law for
viscosity (Section 4.2.3). The heat transfer coefficient is hc = 20 W/(m2 K)
Since we only seek for steady-state results, the tutorial is run with under-
relaxation.
! Command-line
The tutorial can be automatically run with the help of the Allrun script, to
which one should pass the number of processors to be used in the computations.
For example,
∼$ ./Allrun 2
will run the tutorial in parallel, using two processors. Alternatively, one can run
each command manually in a terminal:
1–Build the mesh:
∼$ blockMesh
2–Decompose the case:
∼$ decomposePar
CHAPTER 5. Tutorials 231
! Results
The convergence of the case can be followed in file
filmCastingPP/0/width.txt, which registers the film half-width at
the take-up line over time. The final thickness profile at the take-up line can be
found in filmCastingPP/0/thickness.txt.
Fig. 5.44a presents results for the case where gravity is accounted for and for
the case where it is not. There is good agreement between rheoFilmFoam and [73].
Note that the tutorial is prepared to be run with gravity, but this effect can be
easily turned-off in dictionary constitutiveProperties.
0.2 no gravity
h / h0
0.1 gravity
(b)
0
0 0.1 0.2 0.3 0.4 0.5
y/W
(a)
(c) (d)
Figure 5.44: (a) Thickness profile at the take-up line with and without gravity.
The lines represent the results obtained with rheoFilmFoam and the symbols repro-
duce the data in [73]. Steady-state (b) thickness, (c) velocity and (d) temperature
maps for the case with gravity.
Chapter 6
FAQs
It is important for any new user of rheoTool to read this user-guide, if not entirely,
at least the Sections referring to the components that will be used. This will
prepare the user for any apparently unexpected behavior from the software. Since
the first version of rheoTool , we received some common questions about the code,
that we list below in the hope they can help future users.
While installing rheoTool the compilation fails with the error message:
fatal error: Eigen/Dense: No such file or directory. How to solve it?
This means that variable $EIGEN RHEO is not pointing to Eigen’s directory.
Either your ˜/.bashrc file was not sourced before compiling rheoTool and after
downloading Eigen (this is why it is important to compile rheoTool in a terminal
different from the one used to download Eigen), or the path is not valid any-
more (perhaps you moved Eigen to a different directory or you renamed it). In
the terminal where the error was retrieved, check the path with command echo
$EIGEN RHEO and be sure that Eigen is there, i.e. inside that directory you should
find folders bench, blas, cmake, etc. If an empty path is retrieved, then this
variable was not exported to your ˜/.bashrc. If nothing is inside the directory,
then the variable was wrongly assigned and should be exported again. See the
installation instructions in Chapter 2.
My simulation is running for Re >> 1 but behaves as if it was laminar
(Re = 0). Is this a bug?
Check the convective scheme assigned to div(phi, U ) in system/fvSchemes.
If it corresponds to GaussDefCmpw none then this means that momentum con-
vection is being ignored and that explains your results. Simply select a convective
scheme different from that one to fix the ’problem’ (see Section 4.9.1). This hap-
pens often when deriving a case from a tutorial running in inertialess conditions.
The results of my transient simulations with a viscoelastic fluid model
are very sensitive to the time-step. Is it normal?
When simulating a transient case, all the existing time-scales (momentum dif-
fusion, polymer relaxation, ion diffusion, etc.) should be taken into account and
the user should ensure that the time-step is low enough to resolve all of them.
In addition to this, care should be taken when using the coupling stabilization
method in cases where ηP >> ηS , since explicit stabilizing terms are introduced in
232
CHAPTER 6. FAQs 233
the momentum equation. To test if the stabilization method is the main reason for
exaggerated time-step sensitivity, simply disable it (set it equal to none). Note,
however, that the simulation will likely become more unstable and lower time-steps
might be needed. The BSD stabilizing option is less explicit than coupling and
could be also tried. The explicitness can be reduced by increasing the number of
inner iterations. Note that the explicitness of the coupling stabilization method
requires refinement in both time and space to disappear. See Sections 3.2 and
4.1.4 .
If your question is not in the list above and you can not find an answer for it
in this user-guide, then feel free to contact us (see contacts in Section 1.5).
Appendix A
Table A.1: List of some relevant parameters and variables used by rheoTool
and correspondence with the nomenclature used in this guide. The list is not
exhaustive.
234
APPENDIX A. Parameters and variables in rheoTool 235
k k [1 1 -3 -1 0 0 0] Thermal-conductivity (scalar)
Time-scale for ηp in the White-
K K [0 0 1 0 0 0 0]
Metzner model (scalar)
µ Electrophoretic mobility of a
mobility [-1 0 2 0 0 1 0]
bead (scalar)
Exclusion-volume parameter
νEV nuEV [0 3 0 0 0 0 0]
(scalar)
Flow behavior index for shear-
n n [0 0 0 0 0 0 0] rate dependent viscosity models
(scalar)
Number of Kuhn steps lengths
Nk,s Nks [0 0 0 0 0 0 0]
per spring (scalar)
Externally-applied electric po-
φExt phiE [1 2 -3 0 0 -1 0]
tential (scalar)
[5] F. Pimenta and M. Alves, “A coupled finite-volume solver for numerical sim-
ulation of electrically-driven flows,” Computers & Fluids, vol. 193, p. 104279,
2019.
[6] F. Pimenta and M. Alves, “Conjugate heat transfer in the unbounded flow of
a viscoelastic fluid past a sphere,” arXiv:2004.14235, 2020.
[7] TBA, “Tba,” TBA, vol. TBA, pp. TBA – TBA, TBA.
240
BIBLIOGRAPHY 241
[20] Ž. Tuković and H. Jasak, “A moving mesh finite volume interface tracking
method for surface tension dominated interfacial fluid flow,” Computers &
Fluids, vol. 55, pp. 70 – 84, 2012.
[26] C.-H. Chen, H. Lin, S. K. Lele, and J. G. Santiago, “Convective and abso-
lute electrokinetic instability with conductivity gradients,” Journal of Fluid
Mechanics, vol. 524, pp. 263–303, 2005.
[27] A. Persat and J. G. Santiago, “An ohmic model for electrokinetic flows of
binary asymmetric electrolytes,” Current Opinion in Colloid & Interface Sci-
ence, vol. 24, pp. 52 – 63, 2016.
[48] S. Xue and G. W. Barton, “An unstructured finite volume method for vis-
coelastic flow simulations with highly truncated domains,” Journal of Non-
Newtonian Fluid Mechanics, vol. 233, pp. 48 – 60, 2016. Papers presented at
the Rheology Symposium in honor of Prof. R. I. Tanner on the occasion of
his 82nd birthday, in Vathi, Samos, Greece.
[49] Y. Na and J. Y. Yoo, “A finite volume technique to simulate the flow of a
viscoelastic fluid,” Computational Mechanics, vol. 8, no. 1, pp. 43–55, 1991.
[50] M. A. Hulsen, R. Fattal, and R. Kupferman, “Flow of viscoelastic fluids past a
cylinder at high weissenberg number: Stabilized simulations using matrix log-
arithms,” Journal of Non-Newtonian Fluid Mechanics, vol. 127, no. 1, pp. 27
– 39, 2005.
[51] M. Alves, F. Pinho, and P. Oliveira, “The flow of viscoelastic fluids past a
cylinder: finite-volume high-resolution methods,” Journal of Non-Newtonian
Fluid Mechanics, vol. 97, no. 2–3, pp. 207 – 232, 2001.
[52] F. Cruz, R. Poole, A. Afonso, F. Pinho, P. Oliveira, and M. Alves, “A new
viscoelastic benchmark flow: Stationary bifurcation in a cross-slot,” Journal
of Non-Newtonian Fluid Mechanics, vol. 214, pp. 57 – 68, 2014.
[53] A. Valencia, A. Zarate, M. Galvez, and L. Badilla, “Non-newtonian blood
flow dynamics in a right internal carotid artery with a saccular aneurysm,”
International Journal for Numerical Methods in Fluids, vol. 50, no. 6, pp. 751–
764, 2006.
[54] Aneurisk-Team, “AneuriskWeb project website, http://ecm2.mathcs.e
mory.edu/aneuriskweb.” Web Site, 2012.
[55] A. Syrakos, Y. Dimakopoulos, and J. Tsamopoulos, “Theoretical study of the
flow in a fluid damper containing high viscosity silicone oil: Effects of shear-
thinning and viscoelasticity,” Physics of Fluids, vol. 30, no. 3, p. 030708,
2018.
[56] R. Figueiredo, C. Oishi, A. Afonso, I. Tasso, and J. Cuminato, “A two-phase
solver for complex fluids: Studies of the weissenberg effect,” International
Journal of Multiphase Flow, vol. 84, pp. 98 – 115, 2016.
[57] C. Oishi, F. Martins, M. Tomé, and M. Alves, “Numerical simulation of drop
impact and jet buckling problems using the extended pom–pom model,” Jour-
nal of Non-Newtonian Fluid Mechanics, vol. 169–170, pp. 91 – 103, 2012.
[58] R. Comminal, F. Pimenta, J. H. Hattel, M. A. Alves, and J. Spangenberg,
“Numerical simulation of the planar extrudate swell of pseudoplastic and vis-
coelastic fluids with the streamfunction and the VOF methods,” Journal of
Non-Newtonian Fluid Mechanics, vol. 252, pp. 1 – 18, 2018.
[59] C. Zhao and C. Yang, “An exact solution for electroosmosis of non-
newtonian fluids in microchannels,” Journal of Non-Newtonian Fluid Me-
chanics, vol. 166, no. 17–18, pp. 1076 – 1079, 2011.
BIBLIOGRAPHY 245
[66] Y. Guo and K.-J. Bathe, “A numerical study of a natural convection flow in a
cavity,” International Journal for Numerical Methods in Fluids, vol. 40, no. 8,
pp. 1045–1057, 2002.
[69] P. Sheehy, P. A. Tanguy, and D. Blouin, “A finite element model for complex
profile calibration,” Polymer Engineering & Science, vol. 34, no. 8, pp. 650–
656, 1994.
[71] Y. Zhou and C. M. Schroeder, “Single polymer dynamics under large ampli-
tude oscillatory extension,” Physical Review Fluids, vol. 1, p. 053301, 2016.