Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
34c429f1
Commit
34c429f1
authored
9 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
polygon now with three different expressions
parent
cf1223ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/UserManual/FFCompute.tex
+42
-21
42 additions, 21 deletions
Doc/UserManual/FFCompute.tex
with
42 additions
and
21 deletions
Doc/UserManual/FFCompute.tex
+
42
−
21
View file @
34c429f1
...
...
@@ -19,7 +19,7 @@
\index
{
Form factor!computation|(
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section
{
I
ntroduction
}
\label
{
SShapeTrafIntro
}
\section
{
I
t's all about removable singularities
}
\label
{
SShapeTrafIntro
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The Form factor of a hard-shell particle is simply its
\E
{
shape transform
}
,
...
...
@@ -170,16 +170,50 @@ The line integral~(\ref{Elastoint}) then takes the form
\int
_{
-1
}^{
+1
}
\!\d\lambda\,
\frac
{
\d\r
_
j
}{
\d\lambda
}
\,\e
^{
i
\qp\r
}
,
\end{equation}
and yields
\begin{equation}
\label
{
Effpolygon
}
\begin{equation}
\label
{
Effpolygon
1
}
F
_
\parallel
(
\qp
)
=
\frac
{
2
\n\times\uqp
^
*
}{
ip
}
\sum
_{
j=0
}^{
N-1
}
\E
_
j
\sinc
(
\qp\E
_
j)
\e
^{
i
\qp\R
_
j
}
.
=
\frac
{
\n\times\uqp
^
*
}{
ip
}
\sum
_{
j=0
}^{
N-1
}
\E
_
j
\frac
{
\e
^{
i
\qp
(
\R
_
j+
\E
_
j)
}
-
\e
^{
i
\qp
(
\R
_
j-
\E
_
j)
}}{
i
\qp\E
_
j
}
.
\end{equation}
The removable singularity for
$
\q
_
\parallel\E
_
j
=
0
$
is handled by the sinc function, as discussed in Sec.~
\ref
{
SShapeTrafIntro
}
.
Furthermore, there is a singularity at
$
q
_
\parallel
=
0
$
.
The removable singularity for
$
\qp\E
_
j
=
0
$
can be handled by a sinc function, as discussed in Sec.~
\ref
{
SShapeTrafIntro
}
:
\begin{equation}
\label
{
Effpolygon2
}
F
_
\parallel
(
\qp
)
=
\frac
{
2
\n\times\uqp
^
*
}{
ip
}
\sum
_{
j=0
}^{
N-1
}
\E
_
j
\sinc
(
\qp\E
_
j)
\e
^{
i
\qp\R
_
j
}
.
\end{equation}
Furthermore, there is a singularity at
$
p
=
0
$
.
To see that it is removable,
expand the term under the sum in~
$
\qp
$
,
and use
$
\sum\E
_
j
=
0
$
.
To avoid cancellation near this singularity, we subtract
$
\E
_
j
$
from each summand,
\Emph
{
\begin{equation}
\label
{
Effpolygon3
}
F
_
\parallel
(
\qp
)
= 2
\n\times\uqp
^
*
\sum
_{
j=0
}^{
N-1
}
\E
_
j
\frac
{
\sinc
(
\qp\E
_
j)
\e
^{
i
\qp\R
_
j
}
- 1
}{
ip
}
.
\end{equation}
}
This expression is used in our implementation of
\texttt
{
FormFactorPrism3
}
(Sec.~
\ref
{
SPrism3
}
).
For small~
$
p
$
, the fraction is not computed term by term,
but from its series expansion.
If the polygon has a two-fold symmetry axis,
then the form factor can be further simplified.
We write
$
N
\eqqcolon
2
n
$
and make use of
$
\V
_{
j
+
n
}
=-
\V
_
j
$
to transform~(
\ref
{
Effpolygon2
}
) into
\Emph
{
\begin{equation}
\label
{
Eff2ngon
}
F
_
\parallel
(
\qp
) =
\displaystyle
4
\sum
_{
j=0
}^{
n-1
}
\n
(
\uqp
^
*
\times\E
_
j) (
\uqp\R
_
j)
\sinc
(
\qp\E
_
j)
\sinc
(
\qp\R
_
j),
\end{equation}
}
where the singularity at
$
p
=
0
$
is absorbed in a second sinc function.
This result is used in our implementation of
\texttt
{
FormFactorPrism6
}
(Sec.~
\ref
{
SPrism6
}
).
\index
{
FormFactorPrism6@
\Code
{
FormFactorPrism6
}}
%
\iffalse
The leading nonvanishing term is
\begin{equation}
...
...
@@ -197,6 +231,7 @@ which is the area of the polygon
as given by a triangular tiling (with vertices at
$
\v
{
0
}
,
\V
_
j,
\V
_{
j
+
1
}$
).
\fi
\iffalse
Later, when computing the form factor of pyramids,
we will need to express
$
F
_
\parallel
$
as a straightforward sum
of exponentials,
...
...
@@ -233,21 +268,7 @@ expansion of $\e^{i\qp\V_j}$ contribute nothing:
\sum
_
j b
_
j = 0,
\quad
\sum
b
_
j (
\qp
\V
_
j) = 0.
\end{equation}
If the polygon has a two-fold symmetry axis,
then the form factor can be further simplified.
We write
$
N
\eqqcolon
2
n
$
and make use of
$
\V
_{
j
+
n
}
=-
\V
_
j
$
to transform~(
\ref
{
Effpolygon
}
) into
\Emph
{
\begin{equation}
\label
{
Eff2ngon
}
F
_
\parallel
(
\qp
) =
\displaystyle
4
\sum
_{
j=0
}^{
n-1
}
\n
(
\uqp
^
*
\times\E
_
j) (
\uqp\R
_
j)
\sinc
(
\qp\E
_
j)
\sinc
(
\qp\R
_
j),
\end{equation}
}
where the singularity at
$
p
=
0
$
is absorbed in a second sinc function.
This result is used in our implementation of
\texttt
{
FormFactorPrism6
}
(Sec.~
\ref
{
SPrism6
}
).
\index
{
FormFactorPrism6@
\Code
{
FormFactorPrism6
}}
%
\fi
\index
{
Form factor!polygon|)
}
%
\index
{
Polygon!form factor|)
}
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment