# --- Parameter File as Input for 'Compute_MuGamma'
# 
# NOTE: define variables without whitespaces in between! i.e. : gamma=1.0 instead of gamma = 1.0
# since otherwise these cant be read from other Files! 
# --------------------------------------------------------




#path for logfile
#outputPath = "../../outputs/output.txt"
#outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs/output.txt"
#outputPath = "/home/klaus/Desktop/DUNE/dune-microstructure/outputs"

#############################################
#  Debug Output
#############################################

#print_debug = true    #default = false





#############################################
#  Grid parameters
#############################################


nElements = 32 32
#nElements = 64 64
#nElements = 64 64
#nElements = 94 94
#nElements = 40 40
#nElements = 52 52
#nElements = 104 104


gamma=0.2516161616161616

#############################################
#  Material parameters
#############################################

write_materialFunctions = true   # VTK mu-functions , lambda-functions

beta=2.0

mu1=1.0

lambda1=0.0
#lambda1=10.0


####  material_implementation("analytical_Example") ? 

material_prestrain_imp= "parametrized_Laminate"

#material_prestrain_imp= "analytical_Example"
#material_prestrain_imp ="isotropic_bilayer"


#material_prestrain_imp= "circle_fiber"    #TEST
#material_prestrain_imp= "square_fiber"    #TEST

#############################################
#  Prestrain parameters
#############################################

write_prestrainFunctions = false  # VTK norm of B ,


rho1=1.0
alpha=2.0

theta=0.25

#theta = 0.3    # volume fraction   #default = 1.0/4.0
#theta = 0.25   # volume fraction
#theta = 0.75   # volume fraction



------------Matrix Material --------------
#material_prestrain_imp ="matrix_material_circles"
#material_prestrain_imp ="matrix_material_squares"

nF = 8   #number of Fibers (in each Layer)
#rF = 0.05  #Fiber radius    max-fiber-radius =  (width/(2.0*nF)
------------------------------------------

width = 1.0
height = 1.0





#############################################
#  Solver Type
#############################################
# 1: CG-Solver  # 2: GMRES   # 3: QR

Solvertype = 1




#############################################
#  Define Analytic Solutions
#############################################

#b1 = (-(theta/4.0)*mu1*mu2)/(theta*mu1+(1.0-theta)*mu2)