aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-06Add cylinder2d comparison plotsAdrian Kummerlaender
2019-02-04Redo remaining cylinder2d plotsAdrian Kummerlaender
2019-02-04Start to redo cylinder2d plots using a better setupAdrian Kummerlaender
Geometry and parameter choice was not quite suited to reproducing [SchaeferTurek96].
2019-02-01Further optimize cylinder2d refinementAdrian Kummerlaender
2019-01-31Add missing gnuplot fileAdrian Kummerlaender
2019-01-31Adapt optimized grid to better conserve degrees of freedomAdrian Kummerlaender
2019-01-31Update data, reinclude optimized grid plotAdrian Kummerlaender
2019-01-31Add cylinder2d outflow refinement plotAdrian Kummerlaender
2019-01-31Document refinement criterionAdrian Kummerlaender
2019-01-30Plot optimized low-res cylinder2dAdrian Kummerlaender
2019-01-30Cite OpenLB opti-code structureAdrian Kummerlaender
2019-01-30Draw refinement rectangles using pdfcairoAdrian Kummerlaender
2019-01-29Revamp gnuplot plotting to generate better outputAdrian Kummerlaender
Using the pdfcairo terminal for generating fluid flow plots in gnuplot using raw paraview-generated CSV exports generates high quality results. Sadly the resulting files are both unoptimized and quite big which leads to both large and unperformant documents (i.e. some PDF readers even crash) As an alternative this new gnuplot structure generates the fluid plot itself using the pngcairo terminal and includes the resulting high-resolution PNG image into a normal pdfcairo plot. This works out quite well. As a side benefit the plot scripts are now much easier to maintain.
2019-01-28Expand cylinder2d section, add more dataAdrian Kummerlaender
2019-01-28Discretize Knudsen plotAdrian Kummerlaender
2019-01-28Add cylinder2d measurementsAdrian Kummerlaender
2019-01-27Adapt poiseuille overview for cylinderAdrian Kummerlaender
2019-01-27Add Poiseuille overview figureAdrian Kummerlaender
2019-01-27RestructuringAdrian Kummerlaender
2019-01-27Average refined error normsAdrian Kummerlaender
2019-01-27Add small poiseuille grid structure schematicsAdrian Kummerlaender
2019-01-26Describe last poiseuille plotAdrian Kummerlaender
2019-01-25Some restructuringAdrian Kummerlaender
2019-01-25Add poiseuille2d error plotAdrian Kummerlaender
2019-01-24Remove garbageAdrian Kummerlaender
2019-01-24Add velocity profile of borderless poiseuille refinementAdrian Kummerlaender
i.e. experimental evidence for naming border conditions inside of coupling areas root of the problem.
2019-01-24Expand Poiseuille example sectionAdrian Kummerlaender
2019-01-24Plot and data updateAdrian Kummerlaender
2019-01-23Add gnuplot-based cylinder2d plotsAdrian Kummerlaender
Leads to big files but is of much higher quality than anything print-ready that I can convince ParaView to generate.
2019-01-22Fix, rename poiseuille2d dataAdrian Kummerlaender
2019-01-21Add some high level ramblingsAdrian Kummerlaender
2019-01-20Add Poiseuille data, plotsAdrian Kummerlaender
2019-01-19Generate grid plots from ParaView exported CSVAdrian Kummerlaender
Nice.
2019-01-18Finally start evaluation sectionAdrian Kummerlaender
2019-01-18Add poiseuille2d setup figureAdrian Kummerlaender
2019-01-18Externalize TIKZ figures to speed up compilationAdrian Kummerlaender
2019-01-17Add nice plot of mass loss depending on the used interpolationAdrian Kummerlaender
2019-01-17Separate dynamic (TIKZ) and static imagesAdrian Kummerlaender
2019-01-17Basic ParaView-generated plot of mass lossAdrian Kummerlaender
…when using order 2 interpolation in C2F. NOT when using simpler restriction in F2C. I do not know where I got that idea from.
2019-01-17Fix scaling factorAdrian Kummerlaender
The factor itself should now be correct. Remaining issues: * I don't fully trust that the derivation of the factor is correct * Refinement finally works at small relaxation times but I still can not reproduce the pressure error caused by the simple restriction of fNeq in F2C
2019-01-15Conclude refinement method implementation sectionAdrian Kummerlaender
2019-01-14Some revision and some typosAdrian Kummerlaender
2019-01-14Preliminarily conclude implementation overview sectionAdrian Kummerlaender
2019-01-14Start implementation overview sectionAdrian Kummerlaender
2019-01-14Add minted package for code listingsAdrian Kummerlaender
2019-01-14Conclude refinement method selection sectionAdrian Kummerlaender
2019-01-13Start refinement method selection sectionAdrian Kummerlaender
2019-01-13Expand architecture overview, cite userguideAdrian Kummerlaender
2019-01-12Start implementation sectionAdrian Kummerlaender
2019-01-12Expand, visualize simulation domain definitionAdrian Kummerlaender