Skip to content

feat: data structure for enabling capillary interface conditions #3657

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

Draft
wants to merge 77 commits into
base: CapillaryInterfaceConditions
Choose a base branch
from

Conversation

rrsettgast
Copy link
Member

@rrsettgast rrsettgast commented May 10, 2025

This PR:

  • creates FaceElementSubRegion entries for interface "face sets"
  • allocates required "pair" of constitutive relations on FaceElementSubRegion corresponding to each side of the interface.
  • adds a link to the constitutive data from the surrounding cells.

@rrsettgast rrsettgast self-assigned this May 10, 2025
@rrsettgast rrsettgast changed the base branch from develop to CapillaryInterfaceConditions#3574 May 10, 2025 19:11
@rrsettgast rrsettgast changed the base branch from CapillaryInterfaceConditions#3574 to CapillaryInterfaceConditions May 10, 2025 19:12
@rrsettgast rrsettgast changed the title feature: data structure for enabling capillary interface conditions feat: data structure for enabling capillary interface conditions May 10, 2025
Comment on lines 1599 to 1609
dhalfFlux_dP[ip][ix + ke] = sign[0] * sign[ip] * (dMob_dP[0][ke] * mobility[0] - dMob_dP[1][ke] * mobility[1]) / (total_mobility * total_mobility) * uT; // dF/dP
// =
// {
// T
// +
// dT/dP1
// *
// (P1
// -
// P2)
// ,
Copy link
Member Author

Choose a reason for hiding this comment

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

what happened here?

OmarDuran and others added 30 commits May 22, 2025 02:11
… feature/capillaryInterfaceConditionsDataStructure
…onverges for viscous, gravity, and capillary fluxes
Introducing an alternative container
m_connectorIndicesByInterfaceRegion
this implies call the nonlinear interface solver in a separate call
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

Successfully merging this pull request may close these issues.

6 participants