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

Add Pfem Melting application #9324

Closed
wants to merge 57 commits into from
Closed

Conversation

jginternational
Copy link
Member

📝 Description
This PR adds the PFEM melting application to Kratos.

I'm setting this as a draft PR in order to discuss some of the changes

🆕 Changelog

  • Added PFEM Melting application

@maceligueta @juliobarna

@@ -85,7 +85,7 @@ namespace Kratos

//node_it->FastGetSolutionStepValue(ARRHENIUS_VALUE)=aux_var_polymer;

node_it->FastGetSolutionStepValue(HEAT_FLUX) = (-1.0) * density * heat_of_vaporization * aux_var_polymer;
node_it->FastGetSolutionStepValue(HEAT_FLUX) = 0.0 * (-1.0) * density * heat_of_vaporization * aux_var_polymer;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this temporary? Maybe we can put just
node_it->FastGetSolutionStepValue(HEAT_FLUX) = 0.0;

@juliobarna
Copy link
Member

juliobarna commented Feb 2, 2022 via email

@juliobarna juliobarna closed this Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants