getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] Quench modelling


From: Konstantinos Poulios
Subject: Re: [Getfem-users] Quench modelling
Date: Mon, 6 Jun 2016 08:05:39 +0200

Hi,

Regarding the first question, please have a look at http://download.gna.org/getfem/html/homepage/userdoc/gasm_high.html and http://download.gna.org/getfem/html/homepage/tutorial/thermo_coupling.html

Regarding your second question, you can use
gmm::fill(md.set_real_variable("Previous_T"), yourvalue)
or
gmm:copy(yourvector, md.set_real_variable("Previous_T"))
BR
Kostas

On Sun, Jun 5, 2016 at 4:03 AM, Andrew Roberts <address@hidden> wrote:
Hello gang,
   Doing a transient residual stress model due to cooling with getfem as a crash course.   I'm starting to figure the library out.   Was wondering if there are any standard methods to define changing thermal and mechanical properties based on node's local temperature.
   Second, I'm not completely acquainted with the library-- how can I change or replace the following to set an initial "T" other than '0'?

// Null initial value for the temperature.
gmm::clear(md.set_real_variable("Previous_T"));

Thanks,
Andy

_______________________________________________
Getfem-users mailing list
address@hidden
https://mail.gna.org/listinfo/getfem-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]