Skip to content
Snippets Groups Projects
Commit 631f3a39 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

More meaningful data

parent ab5bba60
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis, ...@@ -114,7 +114,7 @@ void assemble_neumann(GridView const &gridView, FEBasis const &feBasis,
LocalVectorType SampleVector(0); LocalVectorType SampleVector(0);
// FIXME: random values (time-dependent) // FIXME: random values (time-dependent)
SampleVector[0] = SampleVector[0] =
(time <= 0.5) ? sin(time * 2 * M_PI) * 1e5 : (time - 0.5) * 2 * 1e5; (time <= 0.5) ? sin(time * 2 * M_PI) * 1 : (time - 0.5) * 2 * 1;
SampleVector[1] = 0; SampleVector[1] = 0;
ConstantFunction<LocalVectorType, LocalVectorType> const fNeumann( ConstantFunction<LocalVectorType, LocalVectorType> const fNeumann(
SampleVector); SampleVector);
......
...@@ -82,7 +82,7 @@ model = Ruina ...@@ -82,7 +82,7 @@ model = Ruina
[boundary.friction.state] [boundary.friction.state]
evolve = true evolve = true
initial = 10 initial = 1e-4
[boundary.friction.ruina] [boundary.friction.ruina]
# "For rocks, typical values of A and B range from 0.005 to 0.015" # "For rocks, typical values of A and B range from 0.005 to 0.015"
...@@ -90,7 +90,7 @@ initial = 10 ...@@ -90,7 +90,7 @@ initial = 10
# Continuum mathematical modeling of slip weakening in geological systems # Continuum mathematical modeling of slip weakening in geological systems
a = 0.015 a = 0.015
b = 0.005 b = 0.005
L = 1e-4 L = 1e-6
# The second-order a and b terms in [..] are very important in # The second-order a and b terms in [..] are very important in
# determining whether sliding is stable or unstable and (in appli- # determining whether sliding is stable or unstable and (in appli-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment