Skip to content

Time dependent wall boundary condition #398

Closed Answered by michaeljbrazell
rd-contr asked this question in Q&A
Discussion options

You must be logged in to vote

Currently you can specify a surface temperature that varies linearly with time:
https://github.com/Exawind/amr-wind/main/amr-wind/wind_energy/ABLWallFunction.cpp#L43-L65

and is updated here:
https://github.com/Exawind/amr-wind/blob/main/amr-wind/wind_energy/ABLWallFunction.cpp#L93-L99

we don't currently have a way to change the flux over time but by changing mo.surf_temp_flux somewhere you have access to time it should be straightforward. check out this chunk of code too:

https://github.com/Exawind/amr-wind/blob/main/amr-wind/wind_energy/MOData.cpp#L53-L63

How do you plan to use this? Change temperature/flux linearly or something non-standard? We have been thinking about adding a table in…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rd-contr
Comment options

@michaeljbrazell
Comment options

@rd-contr
Comment options

@sayerhs
Comment options

sayerhs Apr 24, 2021
Collaborator

Answer selected by michaeljbrazell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants