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

[ThermalDEM] Heat generation features #13003

Merged
merged 15 commits into from
Jan 13, 2025

Conversation

rlrangel
Copy link
Contributor

Adding some features from local implementations made for recent investigations on heat generation by energy dissipation.
It mainly includes new heat generation mechanisms that were studied and new graphs.

Copy link
Member

@AlejandroCornejo AlejandroCornejo left a comment

Choose a reason for hiding this comment

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

some comments in case you'd like to check

// Main authors: Rafael Rangel ([email protected])
//

#if !defined(REAL_CONTACT_MODEL_RANGEL_AREA_H_INCLUDED)
Copy link
Member

Choose a reason for hiding this comment

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

Now we use:
#pragma once
and remove the lower part related to it

const double eff_radius = ComputeEffectiveRadius();
const double eff_mass = ComputeEffectiveMass();
const double eff_young = ComputeEffectiveYoungReal();
const double impact_normal_velocity = fabs(GetContactParameters().impact_velocity[0]);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const double impact_normal_velocity = fabs(GetContactParameters().impact_velocity[0]);
const double impact_normal_velocity = std::abs(GetContactParameters().impact_velocity[0]);

@rlrangel rlrangel merged commit 5f692ae into master Jan 13, 2025
11 checks passed
@rlrangel rlrangel deleted the thermal-dem-heat-generation-features branch January 13, 2025 14:43
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.

2 participants