okmechak / RiverSim

Simulation of river growth using Laplace equation
https://okmechak.github.io/RiverSim/
GNU General Public License v2.0
0 stars 1 forks source link

Boundary condition format upd, spelling mistakes, growth-type=2, log and other #30

Closed okmechak closed 4 years ago

okmechak commented 4 years ago
okmechak commented 4 years ago

"funciton -> function" nie znalazlem tego

okmechak commented 4 years ago

boundary condition - niepotrzebna opcja, zamiast tego na stałe, np. 0 - zerowa wartość pola, 1 - niezerowa wartość pola, 2 - zerowy strumień, 3 - niezerowy strumień (dodatkowa opcja boundaryFluxValue/boundaryFieldValue do ustawienia wartości strumienia pola / pola na górze, default 1/50)

te zadanie troche rozrosnie sie..

jezeli teraz, mamy taka strukture:

"lines": [
            [
                0,
                1,
                1
            ],

zmrobie cos takiego

"lines": [
            [
                0,
                1,
                0, # <- zero oznacza dirichlet
                0.1 # <- a to jego znaczenie
            ],
            [
                1,
                2,
                1, #<-oznacza Neumana
                2.3 # <- i tez jego znaczenie
            ],

upd: i bede kontynuowac go tu: #10

okmechak commented 4 years ago

maximalHeight i numberOfSteps w sekcji Model w json

Patrz w JSONie: Model->ProgramOptions

okmechak commented 4 years ago

mierzenie czasu daley bedzie tutaj -> #16

stzukowski commented 4 years ago

"funciton -> function" nie znalazlem tego

przedostatnia sekcja helpa (poprawki pogrubione) -> "Mesh refinment parameters. Funciton of area constaint and its parameters: min_area - (max_area - min_area)(1 - exp( - 1/(2{mesh-sigma}^2)(r/ro)^{mesh-exp})/(1 + exp( -1/(2{mesh-sigma}^2)(r/ro)^{mesh-exp}). options:" -> "Mesh refinment parameters. Function of area constraint and its parameters: min_area - (max_area - min_area)(1 - exp( - 1/(2{mesh-sigma}^2)(r/ro)^{mesh-exp})/(1 + exp( -1/(2{mesh-sigma}^2)(r/ro)^{mesh-exp}). Options:"

okmechak commented 4 years ago

Ok, drobniejsze zrobilem, czas i brzegi, bede na dniach kontynuowac