========================== Creep: General description ========================== .. contents:: Contents :local: .. toctree:: :maxdepth: 2 ------- Purpose ------- .. automodule:: RepTate.applications.ApplicationCreep.ApplicationCreep() ---------- Data Files ---------- .. include:: ../datafile_doc.rst ``.creep`` extension -------------------- Text files with ``.creep`` extension should be organised as follows: - ``.creep`` files should contain **at least** the parameter value for the: #. Applied stress ``stress`` - 2 columns separated by **spaces** or **tabs** containing respectively: #. time, :math:`t`, #. strain, :math:`\gamma`, A correct ``.creep`` file looks like: .. code-block:: none stress=10;chem=PE;label=CM3;T=150; t strain stress T s - Pa C 1E-3 1.413E-5 10 149.9 1E-3 -9.419E-6 10 149.9 1E-3 -2.826E-5 10 149.9 ... ... ... ... ----- Views ----- log(gamma(t)) -------------------------------- .. automethod:: RepTate.applications.ApplicationCreep.ApplicationCreep.viewLogStraint() .. image:: images/Creep_LogGammat.png :width: 45% :align: center gamma(t) ------------------------------------------- .. automethod:: RepTate.applications.ApplicationCreep.ApplicationCreep.viewStraint() .. image:: images/Creep_Gammat.png :width: 45% :align: center log(J(t)) ---------------------- .. automethod:: RepTate.applications.ApplicationCreep.ApplicationCreep.viewLogJt() .. image:: images/Creep_LogJt.png :width: 45% :align: center J(t) ---------------------------- .. automethod:: RepTate.applications.ApplicationCreep.ApplicationCreep.viewJt() .. image:: images/Creep_Jt.png :width: 45% :align: center t/J(t) ---------------------- .. automethod:: RepTate.applications.ApplicationCreep.ApplicationCreep.viewt_Jt() .. image:: images/Creep_t_Jt.png :width: 45% :align: center