202,499 research outputs found

    NREL/floris: v4.0

    No full text
    <h1>FLORIS v4.0</h1> <p>FLORIS v4 brings significant additional flexibility to FLORIS while streamlining the underlying solving code.</p> <p>For higher-level description of major changes, see #870.</p> <h2>What's Changed</h2> <ul> <li>Convert core data structures and tools to use 4D arrays by @rafmudaf in https://github.com/NREL/floris/pull/764</li> <li>Replace Cp with power in turbine definition and throughout FLORIS by @misi9170 in https://github.com/NREL/floris/pull/765</li> <li>Update to more flexible turbine operation model definitions by @misi9170 in https://github.com/NREL/floris/pull/770</li> <li>Update reference wind turbines in the default turbine library by @misi9170 in https://github.com/NREL/floris/pull/771</li> <li>Adds classes to structure wind energy data for FLORIS by @paulf81 in https://github.com/NREL/floris/pull/775</li> <li>Remove small variations in above rated power by @paulf81 in https://github.com/NREL/floris/pull/784</li> <li>Convert turbulence intensity from single value to n_findex length array by @paulf81 in https://github.com/NREL/floris/pull/782</li> <li>[BUGFIX] Bad import in convert_turbine_v3_to_v4.py by @misi9170 in https://github.com/NREL/floris/pull/795</li> <li>Add de-rating op model by @paulf81 in https://github.com/NREL/floris/pull/783</li> <li>Validate and test wind direction and wind speed by @paulf81 in https://github.com/NREL/floris/pull/793</li> <li>Add support to shut off turbines by @paulf81 in https://github.com/NREL/floris/pull/799</li> <li>Update yaw and layout optimization tools for 4D by @bayc in https://github.com/NREL/floris/pull/790</li> <li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/808</li> <li>Change from Apache to BSD 3-clause license by @paulf81 in https://github.com/NREL/floris/pull/810</li> <li>[BUGFIX] Remove secondary effects from TurboPark model by @misi9170 in https://github.com/NREL/floris/pull/813</li> <li>Clarify turbine definition terms by @misi9170 in https://github.com/NREL/floris/pull/815</li> <li>Support multidimensional turbine definitions in all wake models by @misi9170 in https://github.com/NREL/floris/pull/812</li> <li>Update multidim turbine files to use absolute turbine power by @bayc in https://github.com/NREL/floris/pull/818</li> <li>Remove unused code from floris.tools and add tool reg tests by @bayc in https://github.com/NREL/floris/pull/819</li> <li>Move FlorisInterface .reinitialize() / .calculate_wake() to .set() / .run() by @rafmudaf in https://github.com/NREL/floris/pull/823</li> <li>Raise informative errors if v3 input files passed in by @misi9170 in https://github.com/NREL/floris/pull/829</li> <li>Collect all layout visualization tools in FLORIS by @paulf81 in https://github.com/NREL/floris/pull/805</li> <li>[Bugfix] Cast yaw angles to np.ndarray on set by @paulf81 in https://github.com/NREL/floris/pull/828</li> <li>Update uncertainty interface to 4d, new API by @paulf81 in https://github.com/NREL/floris/pull/821</li> <li>Drive layout optimizations using WindData objects by @paulf81 in https://github.com/NREL/floris/pull/822</li> <li>Require TI must be length n_findex in core code by @paulf81 in https://github.com/NREL/floris/pull/831</li> <li>Add TI as input for calculate plane functions by @rafmudaf in https://github.com/NREL/floris/pull/837</li> <li>Rename floris.simulation, floris.tools to floris.core, floris by @rafmudaf in https://github.com/NREL/floris/pull/830</li> <li>Add utilities for floris models by @paulf81 in https://github.com/NREL/floris/pull/840</li> <li>Allow to fix yaw to nominal wind direction by @paulf81 in https://github.com/NREL/floris/pull/850</li> <li>Add CSV reader for WindRose by @paulf81 in https://github.com/NREL/floris/pull/848</li> <li>Save WindData onto FlorisModel and simplify post-<code>run()</code> calls by @misi9170 in https://github.com/NREL/floris/pull/849</li> <li>Change <code>power_thrust_model</code> key to <code>operation_model</code> at the user level by @misi9170 in https://github.com/NREL/floris/pull/859</li> <li>[BUGFIX] hardcoded reset to first turbine type in set_operation_model by @misi9170 in https://github.com/NREL/floris/pull/856</li> <li>Enabling layout optimization for value by @ejsimley in https://github.com/NREL/floris/pull/862</li> <li>[BUGFIX] set_operation_model ordering with layout by @misi9170 in https://github.com/NREL/floris/pull/867</li> <li>Refactor examples by @paulf81 in https://github.com/NREL/floris/pull/843</li> <li>Make set_operation method public by @misi9170 in https://github.com/NREL/floris/pull/869</li> <li>Fixing datatype of value in WindData objects by @ejsimley in https://github.com/NREL/floris/pull/872</li> <li>Add try/except to wind rose loader by @paulf81 in https://github.com/NREL/floris/pull/874</li> <li>Clean up TODOs prior to v4 release by @misi9170 in https://github.com/NREL/floris/pull/876</li> <li>Build out v4 documentation by @misi9170 in https://github.com/NREL/floris/pull/860</li> <li>Add merge/reduce FLORIS objects by @paulf81 in https://github.com/NREL/floris/pull/866</li> <li>Remove setpoints and wind condition specifics from calculate_XX_plane methods by @misi9170 in https://github.com/NREL/floris/pull/868</li> <li>Update Empirical Gaussian default deflection_rate by @misi9170 in https://github.com/NREL/floris/pull/875</li> <li>Improvements to WindRose resampling by @misi9170 in https://github.com/NREL/floris/pull/857</li> <li>Add approximate FLORIS model by @paulf81 in https://github.com/NREL/floris/pull/877</li> <li>FLORIS v4 by @misi9170 in https://github.com/NREL/floris/pull/870</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.6...v4.0</p&gt

    NREL/floris: v3.5

    No full text
    <h2>What's Changed</h2> <ul> <li>Bug fix: erroneous rotation in turbine locations in horizontal flowfield plots by @Bartdoekemeijer in https://github.com/NREL/floris/pull/663</li> <li>Feature: Add concurrent library to ParallelComputingInterface by @Bartdoekemeijer in https://github.com/NREL/floris/pull/667</li> <li>Bug fix: Finalize Farm attributes by @rafmudaf in https://github.com/NREL/floris/pull/665</li> <li>Performance Improvements and Code Simplification by @RHammond2 in https://github.com/NREL/floris/pull/494</li> <li>Infrastructure updates by @rafmudaf in https://github.com/NREL/floris/pull/677</li> <li>Bug fix: Add variable wind shear to GCH calculations by @fg320 in https://github.com/NREL/floris/pull/679</li> <li>Enable heterogeneous inflows in yaw optimization routines by @misi9170 in https://github.com/NREL/floris/pull/678</li> <li>Documentation fixes by @rafmudaf in https://github.com/NREL/floris/pull/696</li> <li>Add geometric yaw code for rough yaw optimization (in layout optimization) by @misi9170 in https://github.com/NREL/floris/pull/681</li> <li>Add example of larger floating farm with comparison to fixed-bottom. by @misi9170 in https://github.com/NREL/floris/pull/695</li> <li>Address pandas 2.1.0 FutureWarning on wind rose plot by @pablo-benito in https://github.com/NREL/floris/pull/710</li> <li>[Bugfix]: Update geometric yaw optimizer layout when called during layout optimization by @misi9170 in https://github.com/NREL/floris/pull/706</li> <li>Allow switching on and off contour plot numerical labels at top level by @misi9170 in https://github.com/NREL/floris/pull/719</li> <li>Feature: Add multidimensional Cp/Ct turbine definition support by @bayc in https://github.com/NREL/floris/pull/711</li> <li>Update default parameters for the Empirical Gaussian model by @misi9170 in https://github.com/NREL/floris/pull/723</li> <li>FLORIS v3.5 by @rafmudaf in https://github.com/NREL/floris/pull/726</li> </ul> <h2>New Contributors</h2> <ul> <li>@fg320 made their first contribution in https://github.com/NREL/floris/pull/679</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.4.1...v3.5</p&gt

    NREL/floris: v3.6

    No full text
    <p>Final release of FLORIS v3 before releasing FLORIS v4 to the main branch. From this point onward, FLORIS v3 will be minimally maintained and support will switch to FLORIS v4.</p> <h2>What's Changed</h2> <ul> <li>Add documentation for the release process by @rafmudaf in https://github.com/NREL/floris/pull/727</li> <li>Catch documentation and examples errors by @rafmudaf in https://github.com/NREL/floris/pull/736</li> <li>Fix errors in notebooks for online documentation by @rctredgold in https://github.com/NREL/floris/pull/721</li> <li>Support relative paths in YAML configuration files by @RHammond2 in https://github.com/NREL/floris/pull/739</li> <li>Use compatible-release specifier for dependency versions by @paulf81 in https://github.com/NREL/floris/pull/748</li> <li>Fix path dependency in <code>convert_to_path</code> test by @RHammond2 in https://github.com/NREL/floris/pull/749</li> <li>Improve attrs usage in simulation package by @rafmudaf in https://github.com/NREL/floris/pull/750</li> <li>Bug fix: Enable mulit-dimensional turbines for turbine interactions by @RHammond2 in https://github.com/NREL/floris/pull/754</li> <li>Fix the turbine.power function unit test by @paulf81 in https://github.com/NREL/floris/pull/755</li> <li>Grid-class tidying by @rafmudaf in https://github.com/NREL/floris/pull/751</li> <li>Fix issue with mutable default attributes by @paulf81 in https://github.com/NREL/floris/pull/759</li> <li>Add utility to build turbine yaml from absolute power, thrust curves by @misi9170 in https://github.com/NREL/floris/pull/729</li> <li>Clean up and align Turbine and TurbineMultiDim class architectures by @rafmudaf in https://github.com/NREL/floris/pull/762</li> <li>Add capability to sample and plot velocity profiles by @vallbog in https://github.com/NREL/floris/pull/699</li> <li>Add support for multiple turbine types in calculate_horizontal_plane_with_turbines() by @scottryn in https://github.com/NREL/floris/pull/781</li> <li>[BUGFIX] Correct condition when yaw_angles passed to TurboPark model (version 3) by @misi9170 in https://github.com/NREL/floris/pull/811</li> <li>[BUGFIX] Coordinates getter on Farm class by @misi9170 in https://github.com/NREL/floris/pull/846</li> <li>Documentation improvements and fixes by @rafmudaf in https://github.com/NREL/floris/pull/853</li> <li>FLORIS v3.6 by @misi9170 in https://github.com/NREL/floris/pull/871</li> </ul> <h2>New Contributors</h2> <ul> <li>@rctredgold made their first contribution in https://github.com/NREL/floris/pull/721</li> <li>@vallbog made their first contribution in https://github.com/NREL/floris/pull/699</li> <li>@scottryn made their first contribution in https://github.com/NREL/floris/pull/781</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/NREL/floris/compare/v3.5...v3.6</p&gt

    NREL/floris: v1.0.0

    No full text
    v1.0.0 <p>Released on 2019-05-07</p> <p><strong>This update introduces breaking changes to the FLORIS API.</strong> See the code reference documentation <a href="https://floris.readthedocs.io/en/develop/source/code.html">https://floris.readthedocs.io/en/develop/source/code.html</a> for detailed information.</p> <ul> <li>Adds the Curl wake model (Martinez-Tossas et al)</li> <li>Improves the FLORIS object hierarchy</li> <li>Incorporates an analysis tools package alongside the simulation package</li> <li>Adds examples demonstrating using the <code>simulation</code> and <code>tools</code> packages</li> <li>Adds in-code documentation via doc strings</li> <li>Reworks and expands the online documentation</li> </ul&gt

    Poster P15: Excited states of molecular solutes with Quantum Monte Carlo: vertical transition and geometry optimization

    No full text
    Recently, we have developed a novel Polarizable Continuum Model (PCM), which includes both surface and volume polarization of the dielectric medium (pure SVPE scheme), designed for the Quantum Monte Carlo (QMC) treatment of the solute. In particular, the treatment of volume polarization, due to quantum mechanical penetration of the solute charge density in the solvent domain, is based on quantum Monte Carlo techniques. The method allows to accurately solve Poisson's equation of the solvation model coupled with the Schrödinger equation for the solute [1,2,3]. The present model has been now extended to treat the effects of solvation in solute vertical electronic transitions and to the search of the solute equilibrium geometry in the excited states. For the first case, here we show the results of our study performed on fast n → pi* and pi → pi* vertical transitions of s-trans- acrolein in water [4]. To perform calculations in a non-equilibrium solvation regime for the solute excited state, we have added a correction to the global dielectric polarization charge density, obtained self consistently with the solute ground-state wave function by assuming a linear-response scheme. The calculated solvatochromic shifts are properly described. For the second case, we start from recent advances made to carry out the ground- and excited-state geometry optimization within QMC [5]. For the present purpose, we have extended the calculation of the forces to include solvent e_ects through our QMC implementation of PCM [6]. We show results, performed at the variational Monte Carlo level, on the excited-state geometry optimization of some small organic molecules in water solution and we make a comparison with the more widely used TDDFT and CASPT2 methods. [1] C. Amovilli, C. Filippi, F. M. Floris, J. Phys. Chem. B (2006) 110 26225. [2] C. Amovilli, C. Filippi, F. M. Floris, J. Chem. Phys. (2008) 129 244106. [3] F. M. Floris, C. Filippi, C. Amovilli, J. Chem. Phys. (2012) 137 075102. [4] F. M. Floris, C. Filippi, C. Amovilli, J. Chem. Phys. (2014) 140 034109. [5] R. Guareschi, C. Filippi, J. Chem. Theor. Comput. (2013) 9 5513. [6] R. Guareschi, F. M. Floris, C. Amovilli, C. Filippi, in preparation (2014)

    Non exiguum populum plebeium et vicos circa villam in modo municipiorum: Iscrizioni funerarie da Aïn Wassel (Tunisia)

    No full text
    P. Floris è autore del paragrafo 3 intitolato "La stele di M. Oppius Felix", pp. 167-178, in cui effettua l'esame di alcune iscrizioni funerarie rinvenute ad Aïn Wassel (Tunisia). In particolare chi scrive ha affrontato l’iscrizione incisa sulla stele funeraria di M. Oppius Felix, soffermandosi in maniera particolare sull’onomastica del defunto

    Giovenale a Laconi

    No full text
    The inscription ILSard I, 180 found in Laconi (Sardinia) at the beginning of the XX century and now disappeared is subjected to a new examination. The text, so far thought of uncertain interpretation as to the meaning and typology for the mingling of some words certainly Latin and others of obscure origin, some of which previously regarded as personal names, could actually be a quotation of the verses 268-269 of Juvenal's Satire VI not recognized by the first publisher perhaps owing to the bad conditions of the epigraph. The evaluation of elements such as the very poor fortune enjoyed by the poet until the Late Antiquity and the importance played by Laconi from the fifteenth century most likely suggest that the epigraph was engraved in the modern age rather than in the Roman

    Poster 0157: A novel continuum model for the calculation of solute-solvent dispersion contribution to the electronic excitation energy in solution.

    No full text
    In a recent work [1], we have presented a method to estimate the dispersion interaction energy between two molecules based on the measure of the electronic field fluctuations by means of quantum Monte Carlo (QMC) methodologies. The approach has been extended to the calculation of the dispersion contribution to the free energy of solvation within a continuum model framework. An explicit expression has been given and test calculations have been performed on atomic solutes in water as solvent. Here, we show for the first time, the generalization of the method to non-spherical solutes in ground an low lying excited states and in various solvents. The method involves the accurate calculation of the electronic wave function of the solute in ground and excited states while the solvent is treated as a continuum and is characterized by the refractive index and the ionization potential. We present results for different cavities. In all our calculations, we observe a red shift due to this contribution in the vertical electronic excitation energy of the solute. [1] C. Amovilli and F. M. Floris, J. Phys. Chem. A 119: 5327 (2015

    Le « Peter Pan » de Mr. J. M. Barrie

    No full text
    Delattre Floris. Le « Peter Pan » de Mr. J. M. Barrie. In: La revue pédagogique, tome 53, Juillet-Décembre 1908. pp. 549-561
    corecore