First open-source version.
Minor fixes.
tpld
et
tprd
were removed from the st2tost2
class and
added to the st2tot2
class. Such modification leads to
small changes in the results of finite strain single crystal
behaviours.cmake
: this is now
fixed.mtest
,
the name of the driving variables and the thermodynamic forces are
appropriately changed for more clarity.log1D
was added to
the castem
interface. This interface allow the use of the
logarithmic strain formalism in mono-dimensional fuel performance codes.
See [1]
for details.CxxTokenizer
class which was
appears when using the clang
libc++
standard library. This prevented many
MTest
tests to work on Mac OS X.ExternalBehaviourDescription
was
introducedAxialGrowth
entry was added to the glossaryA full description of the 2.0.3 release can be found here (in french).
Improved MTest python bindings: new wrapped methods
setStrain
, setDeformationGradient
,
setOpeningDisplacement
, setStress
,
setCohesiveForce
, setStrainEpsilon
, etc.). See
also Ticket
#32.
New entries in glossary: Emissivity
and
HeatTransfertCoefficient
Better support for the clang compiler.
in TFEL/Math
, add the
t2tot2::transpose_derivative
method which compute the
derivative of the transpose of a tensor with respect to this
tensor.
in MFront
, the keyword @DSL
is now on
alias for @Parser
in MTest
, the rotation matrix relating the reference
frame to the material frame can now be defined using either the Euler
angles or the Miller indices:
Example: @RotationMatrix<Miller> {1,5,9};
MTestAsterFiniteStrainBehaviour
.F77_FUNC
macros when using
CMake
is now more portable.UMATComputeOrthotropicPlaneStressUnAlteredStiffnessTensor
,
and
AsterComputeOrthotropicPlaneStressAlteredStiffnessTensor
classes)MonoCrystal_DD_CC_Irradiation
when defining the convergence criterion value
(@Epsilon 1.e-0; -> @Epsilon 1.e-10;
)t2tot2::trpd
method used to call the
TensorProductLeftDerivative
class rather than the
TensorProductRightDerivative
class.MTest
file in case of integration failure (see
the UMATGenerateMTestFileOnFailure
and
AsterGenerateMTestFileOnFailure
keywords for details).tfel-config
, add missing dependencies of
TFELMaterial
to TFELUtilities
.CxxTokenizer::stripComments
method was
corrected to correctly handle the case where the first token of a file
is a comment.MTest
class were not wrapped
in python
.The 2.1.x versions will be the last versions based build on C++98.