web
You’re offline. This is a read only version of the page.
close
Please wait...
×

Error

  • Re: Using IfmSetZ in a free and moveable model

    In a Free and Moveable setup, FEFLOW keeps two sets of elevation: the original and the moved ones. Without having checked, I'd think that IfmSetZ will work on the reference elevations.
  • Re: Hydraulic head - potential-difference - two aquiferes

    Jerome,
    The trick is in the brackets used in my example above Head(0) refers to the hydraulic head at the node with the index 0. As the nodes are numbered slice by slice and with the same order on all slices, you can access the node exactly one slice below by taking the number of the current node and adding the number of nodes per slice. Head(Idx[sub]n[/sub]+No[sup]slice[/sup][sub]n[/sub]) then refers to the head one slice below. You will find the node index Idx[sub]n[/sub] and the number of nodes per slice No[sup]slice[/sup][sub]n[/sub] in the list of available parameters on the right.

    Good luck!
    Peter
  • Re: Hydraulic head - potential-difference - two aquiferes

    1) You can copy the heads of one aquifer to another layer of a User Distribution and then show the head values and the values of the User Distribution at the same time.
    2) Yes: Head-Head(Idx[sub]n[/sub]+No[sup]slice[/sup][sub]n[/sub]) will calculate the head at the current slice - the head at the slice below. Idx[sub]n[/sub] is the node index, nodes are numbered slice-wise, therefore adding the number of nodes per slice you'll end up one slice below. If more than one slice is in between you'll have to add/subtract a multiple of No[sup]slice[/sup][sub]n[/sub].


  • Re: LTE Lifetime-expectancy vs. Backward-Streamline-Isochrone markers

    If the transverse dispersivity is relatively large compared to the layer thickness, the travel times may be significantly influenced by boundary effects (particles are reflected at model boundaries), while in the LTE model this fact only leads to perfect vertical mixing. This difference is the reason for the observed behavior in this very thin aquifer.
  • Re: LTE Lifetime-expectancy vs. Backward-Streamline-Isochrone markers

    Hi Stefan,

    The most likely reason for this is that the LTE isolines are based on a transport calculation, i.e., they include the effects of diffusion and dispersion. If the layers are relatively thin, the default transverse dispersivity will lead to a similar distribution of LTE in the different layers. You can test this by applying the random-walk method as well (=pathlines with dispersion). I'd expect that the result will be somewhat similar to the LTE isolines. Another reason could be that the aquitards consist in only one layer. LTE concentration then can also be passed through the aquitard more easily than realistic.

    To know what the 'real' distribution is, you'll have to apply realistic values for dispersivity plus a subdivision of the aquitard(s). Note that using small values for dispersivity may require a fine discritization, especially in vertical direction, in order to obtain a stable transport solution. This is similar to a mass or heat transport simulation.

    Cheers,
    Peter
  • Feflow and 4k-displays / highDPI-displays

    Hi there,

    does anybody in here have experience with Feflow 6.2 in a 4k-monitor environment? Is Feflow usable in Win 8 with a highDPI-panel, or are Buttons, Fonts etc too small? Is the Windows 8 scaling factor helpful for that issue? Any thoughts / experience welcome!

    I am thinking about getting a 4k Display, but before want to know if that high Resolution is fine for using Feflow.

    Thanks!!
  • Re: Fluid phase/solid phase

    In such a case, you'd set up two species: One in the fluid phase, one in the solid phase, and then define a reaction between them. One application of this could be non-equilibrium sorption.
  • Re: Warming-up Model

    It looks as if you start the model at 0m hydraulic head for some of the observation wells, while the observed values are much larger. There the initial condition does not seem appropriate. The second steep rising of the head in your diagrams actually leads to approximately correct values. Is this rise also caused by too low initial conditions, e.g., by water flowing in from a boundary?
    In case you don't have better initial conditions, it may help to do a steady-state run first to obtain good initials, or to have a longer warm-up period.
  • Re: Coupling Feflow and Phreeqc

    Soon = in the next couple of months. Can't be more specific now as some things have to be sorted out still.
  • Re: BHE inlet temperature from previous outlet temperature

    Zeno,

    You can assign the temperature difference as a temperature differential or a power (time-constant or time-varying). It is not possible, however, to input a function. In older FEFLOW versions the user interface only allowed for a fixed/variable inlet temperature. For these, there is a free plug-in that provides the possibility to apply a temperature differential. To apply a specific function, you'd have to develop your own plug-in.

    Ciao,
    Peter