Skip to content
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

reworking and adjusting the output table function #116

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion src/CreepLaw/PeierlsCreep.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The peierls creep law, as used by experimentalists, is given by
```
where
- ``n`` is the power law exponent
- ``q`` is the stress relation exponent
- ``q`` is the (1 - stress relation) exponent
- ``o`` is the stress relation exponent (normally called p)
- ``r`` is the exponent of fugacity dependence
- ``A`` is a pre-exponential factor ``[\\mathrm{MPa}^{-n}s^{-1}]`` (if manually defined, ``n`` must be either pre-defined or substituted)
Expand Down
2 changes: 1 addition & 1 deletion src/GeoParams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function param_info end
export AbstractMaterialParam, AbstractMaterialParamsStruct, AbstractPhaseDiagramsStruct

include("Utils.jl")
export value_and_partial
export value_and_partial, make_tuple

include("TensorAlgebra/TensorAlgebra.jl")
export second_invariant, second_invariant_staggered, rotate_elastic_stress
Expand Down
Loading