-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A permeability model for the excavation damage zone #149
base: master
Are you sure you want to change the base?
Conversation
) | ||
|
||
# Get all files in the sub-directory | ||
FILE(GLOB MAT_SOLID_H RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} Material/Solid/*.h) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not move Material dir out of FEM dir?
* | ||
*/ | ||
|
||
#pragma once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please replace this
@@ -181,7 +188,8 @@ bool MMPRead(std::string base_file_name) | |||
//---------------------------------------------------------------------- | |||
// OK MMPDelete(); | |||
//---------------------------------------------------------------------- | |||
ScreenMessage("MMPRead ... ");; | |||
ScreenMessage("MMPRead ... "); | |||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please delete this empty line
@@ -4909,6 +4941,22 @@ double* CMediumProperties::PermeabilityTensor(long index) | |||
} | |||
break; | |||
} | |||
|
|||
if (_damage_zone_permeability == NULL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make it easier to add new cases, I suggest writing the lines as
if (_damage_zone_permeability != NULL)
{
...
}
|
||
namespace SolidProp | ||
{ | ||
class MohrCoulombFailureCriterion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think WX has already implemented MohrCoulomb stuff. Isn't it possible to reuse it?
@norihiro-w Thanks. I will revise it later on. |
1137c6e
to
b94988b
Compare
See the attached documentation
PermeabilityDamageZone.pdf