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

/TH/SURF : compatibility with EBCS #2676

Merged
merged 1 commit into from
May 27, 2024

Conversation

Schwoertzig
Copy link
Collaborator

@Schwoertzig Schwoertzig commented May 17, 2024

/TH/SURF : compatibility with EBCS

Description of the changes

Time History is generated through T01, T02, ... files
There are now 6 output parameters available for surface time history when defining option /TH/SURF :

  • AREA (surface area),
  • MASSFLOW (mass flow) <- updated
  • V (mean velocity),
  • P (mean pressure),
  • A (specific to LOADP & PLOAD),
  • MASS (cumulated mass) <- new

What's new :

  • EBCS are now compatible with /TH/SURF : surface identifiers related to /EBCS options are now available in time histories
  • MASSFLOW was renamed into MASS (it has output so far cumulated mass instead of mass flow)
  • MASS is introduced : it had been output so far with MASSFLOW keyword instead
  • number of channels harcoded in th_surf_mod (single location in source code) : INTEGER,PARAMETER :: TH_SURF_NUM_CHANNELS = 6
  • FSAVSURF renamed TH_SURF%CHANNELS and defined in th_surf_mod

@Schwoertzig Schwoertzig marked this pull request as draft May 17, 2024 12:08
@Schwoertzig Schwoertzig marked this pull request as ready for review May 17, 2024 12:31
@Schwoertzig Schwoertzig marked this pull request as draft May 21, 2024 06:02
@Schwoertzig Schwoertzig force-pushed the th_massflow branch 3 times, most recently from 62bb6c8 to 7c8ddf3 Compare May 23, 2024 07:48
@Schwoertzig Schwoertzig marked this pull request as ready for review May 23, 2024 07:49
laurent-altr
laurent-altr previously approved these changes May 24, 2024
@Schwoertzig
Copy link
Collaborator Author

conflict resolving led to compiler error. I am going to update.

@Schwoertzig
Copy link
Collaborator Author

conflicts resolved

@laurent-altr laurent-altr merged commit 7cd9f42 into OpenRadioss:main May 27, 2024
8 checks passed
@Schwoertzig Schwoertzig deleted the th_massflow branch June 7, 2024 13:52
@Schwoertzig Schwoertzig added the enhancement New feature or request label Jun 11, 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

Successfully merging this pull request may close these issues.

None yet

2 participants