-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.typ
More file actions
40 lines (26 loc) · 946 Bytes
/
Copy pathexample.typ
File metadata and controls
40 lines (26 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#let title = "A Fluid Dynamic Model for Glacier Flow"
#let authors = ("Bartosz Hanc",)
#set par(justify: true)
#set page(paper: "a5", numbering: "1")
#set text(font: "Concrete Math")
#set heading(numbering: "1.")
#show math.equation: set text(font: "Concrete Math")
#align(center, text(size: 17pt, strong(title)))
#for author in authors { align(center, text(author)) }
#outline()
= Introduction
#line(length: 100%)
In the case of glaciers, fluid dynamics principles can be used to understand how
the movement and behaviour of the ice is influenced by factors such as
temperature, pressure, and the presence of other fluids (such as water).
== Governing Equations
#lorem(80)
$ f(x) = sum_(i=1)^n g_i (x) = limits(integral)_0^infinity f(x) dif x $
#lorem(30)
== Boundary Conditions
#lorem(100)
$
beta &= Lambda dot sum_(i=1)^n lambda_i (x) \
&= sin(alpha) / tan(beta) dot limits(integral)_0^infinity sigma(x) dif x
$
#lorem(40)