Class: Nematic Liquid Crystal
A nematic liquid crystal is a state of matter between a solid and a liquid. It is characterized by the orientation of the molecules, which is ordered, but not the position. The molecules are rod-like and the orientation is described by a unit vector, the nematic director. The nematic liquid crystal is the simplest form of liquid crystal, and is characterized by the nematic director being the only order parameter. The nematic liquid crystal is used to describe the behavior of many biological systems, such as the cytoskeleton, and is also used in many technological applications, such as in liquid crystal displays.
In this class, we simulate an active nematic liquid crystal using [framework].
See the ComFiT Library Reference below for a complete list of class methods and their usage.
Variables and parameters
The primary variables are the symmetric traceless tensor
The NematicLiquidCrystal class takes the same keyword as the BaseSystem class in addition to
Keyword | Definition | Default value |
---|---|---|
alpha |
The activity parameter. Negative is extensile | |
K |
Frank elastic constant | |
A |
Parameter in front of |
|
B |
Parameter in front of |
|
C |
Parameter in front of |
|
gamma |
Rotational diffusion | |
Gamma |
Friction | |
eta |
Viscosity |
These parameters are discussed in more detail in the model section.
Note on the tensor parameters
The
in
respectivly. We can translate from tensor indexes to the right value stored in the vector by using the function
This returns the element
so that we can optimally store the antisymetric tensors as well. In two dimensions these only have one independent component, which is stored as a scalar field, while in three dimensions it is stored as
In order to calculate the director field
Wich returns S, n
, where n
is the director field.
Note that a nematic liquid crystall can be biaxial and given as
where
Model
We model the active nematic using a set of coupled differential equations, namely the Edvard-Beris equation coupled to the Stokes equation 2 3 4 5
The Edward-Beris equation (evolve_nematic
)
Here
Note that the velocity has to be updated before this function is called.
The calculation of the pressure and velocity is described furhter down.
Since the active stress is simply proportional to
The molecular field
The last term is here to make it trace less. For the free energy we use
where it is assumed that there is a single Frank elastic constant
For the passive stress we use
\(
The linear and non-linear part of the evolution equation for
The evolution of this is handled by the function
Disipative dynamics
Note that if we set the velocity field to zero the dynamics become
\(
An evolver for this dissipative dynamics is included as
The velocity field
For a given orderparameter
The above equation can be inverted in order to find all the modes of the pressure except the zero mode, i.e the pressure is determined up to a constant. We set this constant to zero. Once the pressure is found we obtain the velocity from
Note that when
Note that calc_pressure_f
only returns the Fourier transform of the
pressure. The function conf_velocity
updates both the velocity field self.u
and its Fourier transform self.u_f
.
The arguments F_af
and F_pf
are the active and passive forces respectivly.
Minimum of the free energy
When starting a simulation it is often interesting to start from a configuration that is the minimum of the free energy pluss some perturbations or with a vortex dipole/fillament.
From the free energy we see that the minimum energy is given by a homogeneous nematic, and it is inedependent of the direction the nematogens are pointing.
Assuming that the unitvector
In two dimmensions
the free energy is only given by powers of
The minimum of this is given as
In three dimensions
In three dimensions we have that
when
Topological defects and active turbulence
Because of the head-tail symmetry if the nematic director the
topological defects in the nematic phase can have half integer winding
number. We can see this by maping the
Using the same arguments as for the BEC we find that the allowed winding
numbers \(
Liquid crystal disclination dipole: The nematic director (head-less vectors) around a defect dipole. The
For tracing the defect nodes one can use the function
If dt_Q
is given this finds the defects velocity and if polarization
is given the polarization of the
where
Note that this function does not include the normalization to avoid division by zero.
Initial States
A homogeneous nematic with random noise can be implemented with the function
This gives a state where the nematogens are aligned with the
which works similarly as the one implemented for the BEC. This function can be used either to initialize a homogeneous state with a dipole, or it can be used to insert a dipole into an already existing nematic. In three dimensions one can initialise two disclination lines paralel to the z-axis using the function
This function intialises a wedge defect looking like the two dimensional position1
and one
looking like a position2
.
The positions are in the xy-plane.
If no positions are given the defects are placed at the positions
position1 = [self.xmid+self.size_x/3, self.ymid]
position2 = [self.xmid - self.size_x / 3, self.ymid]
Spatially varying activity
The activity
Nematic liquid crystal active channel: Illustration of an active channel. width= 20
and
This simple channel with the activity
Which sets the activity to
\(
Three dimensions
In three dimensions, the
where
Topological defects
Topological defects in nematic liquid crystals are called disclinations and are characterized the orientation of the rod-like particles having rotated after following a path around the dislocation. From 6,
We can write this as
to reduce the number of sums preformed.
In two dimensions, where
where
We have
And using that
we get
This is the same determinant as we would get using the coarse grain density of 7, only with
This fiel is found by the function
which returns a tensorfield in three dimensions and a scalar field (where the unit vectors are
so
From Ref.6, we have
replacing the delta function, which we may generalize to
Inserting topological defects
How do we insert topological defects of a given character?
We can generate an initial state of
and then simply impose an orientation field corresponding to an angle field on the
-
Schimming, C. D. (2022). Theoretical and Computational Methods for Mesoscopic Textures in Nematic Liquid Crystals with Anisotropic Elasticity. PhD Thesis. The University of Minnesota. https://hdl.handle.net/11299/241713 ↩↩
-
Marchetti, M. C., Joanny, J-F., Ramaswamy, S., Liverpool, T. B., Prost, J., and Rao, M. and Simha, R. A. (2013). Hydrodynamics of soft active matter. Reviews of Modern Physics. 85, 3, 1143. https://doi.org/10.1103/RevModPhys.85.1143 ↩
-
Genkin, M. M., Sokolov, A., Lavrentovich, O. D. and Aranson, I. S. (2017). Topological defects in a living nematic ensnare swimming bacteria. Physical Review X. 7, 1,011029. https://doi.org/10.1103/PhysRevX.7.011029 ↩
-
Nejad, M. R., Doostmohammadi, A. and Yeomans, J. M. (2021). Memory effects, arches and polar defect ordering at the cross-over from wet to dry active nematics. Soft Matter. 17, 9, 2500-2511. https://doi.org/10.1039/D0SM01794A ↩
-
Angheluta, L., Chen, Z., Marchetti, M. C. and Bowick, Mark J. (2021). The role of fluid flow in the dynamics of active nematic defects. New Journal of Physics. 23, 3, 033009. https://doi.org/10.1088/1367-2630/abe8a8 ↩
-
Schimming, C. D. and Viñals, J. (2023). Kinematics and dynamics of disclination lines in three-dimensional nematics. Proceedings of the Royal Society A. 479, 2273, 20230042. https://doi.org/10.1098/rspa.2023.0042 ↩↩↩
-
Skogvoll, V., Rønning, J., Salvalaglio, M., Angheluta, L. (2023). A unified field theory of topological defects and non-linear local excitations. npj Comput Mater, 9, 122. https://doi.org/10.1038/s41524-023-01077-6 ↩