Incorporation of new constitutive model

19 views
Skip to first unread message

Mohammad Islam

unread,
Nov 28, 2018, 4:58:57 PM11/28/18
to ogs-users
Hi All,
I developed a series of constitutive models for soft clay considering associated and non-associated flow rule. Most cases I used Modified Cam Clay (MCC) Framework, Perzyna's Overstress theory, Bounding surface theory. For validation, I considered conventional triaxial tests and true-triaxial tests (drained test, undrained test, creep test, ocr effect, strain rate test.........).

In my models, five parameters are identical to the MCC model. The other parameters are the secondary compression index and shape parameter. Last two parameters also can be obtained from experiments, i.e., conventional triaxial test.

Now, I want to incorporate my models in ogs 5. Can any one brief me the dependency tree for the MCC model in ogs 5? To be more specific, the MCC model is available in  rf_msp_new.cpp. What are the other file, where the MCC model was declared?

Thanks in advance.

Regards,
Mohammad 

Wenqing Wang

unread,
Nov 29, 2018, 4:11:04 AM11/29/18
to ogs-...@googlegroups.com
Where to change for adding a new model:
1)  rf_msp_new.cpp,
     *  input: std::ios::pos_type CSolidProperties::Read(std::ifstream* msp_file)
          (see   if (sub_line.find("CAM-CLAY") != string::npos), around line 855  )
     * member function for the model, see
              CSolidProperties::CalStress_and_TangentialMatrix_CC (start from line 7477)
             CSolidProperties::CalStress_and_TangentialMatrix_CC_SubStep (start from line 7957)

2) fem_ele_vec.cpp,  void CFiniteElementVec::LocalAssembly_continuum(const int update), where the model is used.

--
You received this message because you are subscribed to the Google Groups "ogs-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ogs-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Mohammad Islam

unread,
Dec 1, 2018, 11:41:48 AM12/1/18
to ogs-users
Dear Wenqing Wang,
Thank you.

Regards,
Mohammad
Reply all
Reply to author
Forward
0 new messages