Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
f4557097
Commit
f4557097
authored
Jan 19, 2021
by
wenqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[RM] A correction in the derivative of fluid compressiblity with respect to pressure
parent
fc89b22e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h
ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h
+2
-1
No files found.
ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h
View file @
f4557097
...
...
@@ -964,7 +964,8 @@ void RichardsMechanicsLocalAssembler<ShapeFunctionDisplacement,
double
const
specific_storage_a_S
=
phi
-
p_cap_ip
*
S_L
*
a0
;
double
const
dspecific_storage_a_p_dp_cap
=
dS_L_dp_cap
*
(
phi
*
beta_LR
+
2
*
S_L
*
a0
);
-
dS_L_dp_cap
*
(
phi
*
beta_LR
+
2
*
S_L
*
a0
)
-
S_L
*
phi
*
beta_LR
*
beta_LR
;
double
const
dspecific_storage_a_S_dp_cap
=
-
a0
*
(
S_L
+
p_cap_ip
*
dS_L_dp_cap
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment