From 495603d27e5acf5f74588cc45cb092379c24eb3f Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Tue, 13 Aug 2024 09:11:35 -0600 Subject: [PATCH] Added default parameter file for step-71. --- examples/step-71/parameters.prm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/step-71/parameters.prm diff --git a/examples/step-71/parameters.prm b/examples/step-71/parameters.prm new file mode 100644 index 0000000000..b5a8058ac8 --- /dev/null +++ b/examples/step-71/parameters.prm @@ -0,0 +1,31 @@ +# Listing of Parameters +# --------------------- +subsection Coupled Constitutive Laws + subsection Constitutive Parameters + set Characteristic relaxation time = 0.6 + set Elastic shear modulus = 30000 + set Elastic shear modulus at magnetic saturation = 250000 + set Poisson ratio = 0.49 + set Relative magnetic permeability = 6 + set Saturation magnetic field strength for elastic shear modulus = 212200 + set Saturation magnetic field strength for viscoelastic shear modulus = 92840 + set Viscoelastic shear modulus = 20000 + set Viscoelastic shear modulus at magnetic saturation = 35000 + end + + subsection Rheological Experiment + set Axial magnetic field strength = 60000 + set Axial stretch = 0.95 + set Discretisation for each cycle = 2500 + set Experimental sample radius = 0.001 + set Frequency = 0.159155 + set Number of loading cycles = 5 + set Output experimental results to file = true + set Output file name (rate dependent constitutive law) = experimental_results-rate_dependent.csv + set Output file name (rate independent constitutive law) = experimental_results-rate_independent.csv + set Shear strain amplitude = 0.05 + end + +end + + -- 2.39.5