[Feature] A generalized way to define stress conditions and boundary controls disregarding domain geometry
@jhuang2601 is already working on this.
Since Mar 7, 2024.
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
What is the requested feature?
A generalized way to define in-situ stresses (tensor) and boundary controls (traction or displacement) disregarding domain geometry.
Is your request related to a specific problem?
As of now, all external boundaries (box geometry) should be aligned with Cartesian system (either normal or parallel to x,y,z axis), which are determined by the orientations of principal stresses. This is required for initializing in-situ stresses (normal components) and assigning boundary controls (normal traction or roller constrains). This constrain should be relaxed for cases with complex geometry and boundary conditions.
Describe the solution you'd like
- Domain geometry should not depend on in-situ stress orientations.
- Tensor rotation should be functional to initialize in-situ stresses, whose orientations are not aligned with the global structure (x,y,z axis).
- Roller constrains (zero normal displacement) and traction loading (both normal and shear components) can be applied to surfaces, which are not perfectly normal or parallel to x,y,z axis.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.