New question #697994 on Yade:
https://answers.launchpad.net/yade/+question/697994

Hi all
 I am working on a script  using Thermo-hydro -mechanical coupling  (1) with 
modified boundary conditions for hydraulic fracture process in EGS using JCFpm  
BPM.
 I want to apply a lower temperature in the center cell  of sample . I have 
done it using PyRunner (as shown below) which act as a thermal shocking.I want 
to bring down center cell Temperature constantly to desired temperature. How I 
can achieve it?

def centerCellTemp():
  
        centerCellId=flow.getCell(.5,.5,.5)
        bcenterCellTemperature=flow.setCellTemperature(centerCellId, 303.15)
O.engines=O.engines+[PyRunner(iterPeriod=20,command ='centerCellTemp()')]

1.https://gitlab.com/yade-dev/trunk/-/blob/990dda83e2558b7d244f52476f07742ce6b44176/examples/ThermalEngine/thermoHydroMechanical_coupling.py
 
Thanks in advance


-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to