libROM icon indicating copy to clipboard operation
libROM copied to clipboard

Integrator for non-linear term

Open gokhalen opened this issue 1 year ago • 1 comments

I'm trying to build a FOM for the non-linear heat conduction equation i.e. heat conduction equation in which the conductivity K depends on temperature. i.e. K = k0 + \alpha u where u is the temperature. Since I want it to be as close as possible to the nonlinear_elasticity_global_rom.cpp, I'd like to use a ParNonlinearForm for the term \div { \alpha u \grad u}. Is the ConvectionIntegrator the right one to use for this purpose?

Thanks,

-Nachiket

gokhalen avatar Mar 27 '23 11:03 gokhalen

Hi Nachiket,

MFEM example 16p may be helpful as a starting point:

https://github.com/mfem/mfem/blob/master/examples/ex16p.cpp

dylan-copeland avatar Apr 26 '23 01:04 dylan-copeland