Skip to content

Additional setup examples #118

Closed Answered by ProjectPhysX
rakueEP asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rakueEP,

good news! I could recover both of these ancient setup scripts from my backups. For the honey coiling setup you need to switch to the TRT operator in defines.hpp.

Have fun!

Regards,
Moritz

void main_setup() { // honey coiling; required extensions in defines.hpp: TRT instead of SRT, FP16S, VOLUME_FORCE, SURFACE, INTERACTIVE_GRAPHICS
	// ################################################################## define simulation box size, viscosity and volume force ###################################################################
	LBM lbm(64u, 64u, 192u, 10.0f, 0.0f, 0.0f, -0.0005f);
	// ###################################################################################### define geo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rakueEP
Comment options

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