Skip to content
Snippets Groups Projects
Forked from ogs / ogs
14671 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PipeConfigurationCXA.h 687 B
/**
 * \file
 *
 * \copyright
 * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include <boost/math/constants/constants.hpp>

#include "BaseLib/ConfigTree.h"
#include "Pipe.h"

namespace ProcessLib
{
namespace HeatTransportBHE
{
namespace BHE
{
struct PipeConfigurationCXA
{
    Pipe const inner_outflow_pipe;
    Pipe const outer_pipe;

    double const longitudinal_dispersion_length;
};
}  // namespace BHE
}  // namespace HeatTransportBHE
}  // namespace ProcessLib