-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathparams.input
More file actions
45 lines (39 loc) · 847 Bytes
/
params.input
File metadata and controls
45 lines (39 loc) · 847 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
41
42
43
44
45
[Component]
SolidDensity = 1.0
SolidThermalConductivity = 1.0
SolidHeatCapacity = 1.0
LiquidDensity = 1.0
LiquidThermalConductiviy = 1.0 #not used, conductivity tensor K communicated
LiquidHeatCapacity = 1.0
LiquidReferenceTemperature = 0.5
LiquidViscosity = 1.0
[Grid]
LowerLeft = 0.0 0.0 #not used!
UpperRight = 1 0.5
Cells = 8 4
[TimeLoop]
TEnd = 0.025
OutputInterval = 1 # output after every n timesteps
MaxDt = 0.004
InitialDt = 0.01
[Problem]
Name = macro-heat
EnableGravity = false
Permeability = 1.0
DefaultPorosity = 0.5
[BoundaryConditions]
BcTypeLeft = neumann
BcTypeRight = neumann
BcTypeTop = neumann
BcTypeBottom = neumann
BcLeft = 0.0
BcRight = 0.0
BcTop = 0.0
BcBottom = 0.0
UseHeatSourceBottomLeft = true
HeatSourceBottomLeft = 0.0
[InitialConditions]
Temperature = 0.5
Pressure = 0.0
[Precice]
RunWithCoupling = true