# Input File for FEM Simulation with Mesh Reference

## Mesh mesh_file <name.msh> <physical_entity_final_mesh_name>
mesh_file Benchmarks/Elements/Benchmark1_HexLinear/Benchmark1_LINEARHEX_PARAM.inp Volume
output all
physics thermoelectricity
solver NR

## MATERIAL PROPERTIES: material <volumename> \n <propertyname> <value> \n ... 
##
material Volume
Seebeck 0.000217164
ThermalConductivity 1.05
ElectricalConductivity 70000
YoungsModulus 1e6
PoissonRatio 0.33

material new
Seebeck 0.00016
ThermalConductivity 1.2
ElectricalConductivity 1500
YoungsModulus 1e8
PoissonRatio 0.32

## Boundary Conditions: bc <boundaryname> <surfacename> <value>
bc Voltage minY -0.05
bc Voltage maxY 0.0
bc Temperature minY 275
bc heat_n maxY 0 

## Output Options
## output <data> <path/outputname>
##output T dataT.vtk