Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrator for non-linear term #199

Open
gokhalen opened this issue Mar 27, 2023 · 1 comment
Open

Integrator for non-linear term #199

gokhalen opened this issue Mar 27, 2023 · 1 comment

Comments

@gokhalen
Copy link

gokhalen commented Mar 27, 2023

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

@dylan-copeland
Copy link
Collaborator

Hi Nachiket,

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants