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

Implement thermal conductivity models #211

Open
acodcha opened this issue Jun 3, 2024 · 0 comments
Open

Implement thermal conductivity models #211

acodcha opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acodcha
Copy link
Owner

acodcha commented Jun 3, 2024

Implement thermal conductivity models:

  • PhQ::ThermalConductivityModel
  • PhQ::ThermalConductivityModel::ConstantIsotropic
  • PhQ::ThermalConductivityModel::TemperatureTableIsotropic
  • PhQ::ThermalConductivityModel::ConstantOrthotropic
  • PhQ::ThermalConductivityModel::TemperatureTableOrthotropic

For the orthotropic models, their constructors take 3 scalars and 2 directions. Modify direction 2 to be perpendicular to direction 1, and calculate direction 3 to be direction 1 cross direction 2. Construct the dyadic tensor from these.

Requires #205

@acodcha acodcha added the enhancement New feature or request label Jun 3, 2024
@acodcha acodcha self-assigned this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant