Yes! Provided the terms used in the weak form of a PDE are already implemented in sfepy. If not, one needs to add them, which may be non-trivial.
r.
----- Reply message ----- From: "Md. Golam Rashed" <rashed...@gmail.com> To: <sfepy...@googlegroups.com> Subject: Progress Bar Date: Sat, Aug 20, 2011 19:13 OK, so i think anyone with python knowledge can do 3D Finite Element Analysis in sfepy provided that they have the weak formulation of the governing PDE of physical problem and boundary conditions??
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/sfepy-devel/-/ycPnjJ_hkjkJ. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.
what extra step should i take in doing time-step analysis? i need to do an analysis which involves 300 time-steps, with 100 constants in each time-step. the problem is a multi-scale mass-heat transfer related.
On 08/21/11 15:26, Md. Golam Rashed wrote:
what extra step should i take in doing time-step analysis? i need to do an analysis which involves 300 time-steps, with 100 constants in each time-step. the problem is a multi-scale mass-heat transfer related.
Check out the time-dependent examples, e.g.
examples/diffusion/time_poisson.py (long syntax) examples/diffusion/laplace_time_ebcs.py (short syntax, changing boundary condition nodes)
Basically, just define the time-stepping solver, and if it's a dynamic simulation, add some terms with time derivatives of variables, like dT/dt in the first example above.
What do you mean by "100 constants"?
r.
well, technically they are not constants, they are variables with given values. but the values change in each time step, much like coefficient changing with time.
is the time-stepping solver different than the standard solver in sfepy? i thought sfepy has built-in time-stepping function.
On 08/22/11 13:42, Md. Golam Rashed wrote:
well, technically they are not constants, they are variables with given values. but the values change in each time step, much like coefficient changing with time.
is the time-stepping solver different than the standard solver in sfepy? i thought sfepy has built-in time-stepping function.
No, it is standard. The examples I mentioned show how to use it.
r.
participants (2)
-
Md. Golam Rashed
-
Robert Cimrman