My Project
Loading...
Searching...
No Matches
test_propertysystem.cc File Reference

This file tests the properties system. More...

#include "config.h"
#include <opm/models/utils/propertysystem.hh>
#include <iostream>

Classes

struct  Opm::Properties::TTag::Vehicle
 
struct  Opm::Properties::TTag::CompactCar
 
struct  Opm::Properties::TTag::Truck
 
struct  Opm::Properties::TTag::Tank
 
struct  Opm::Properties::TTag::Sedan
 
struct  Opm::Properties::TTag::Pickup
 
struct  Opm::Properties::TTag::HummerH1
 
struct  Opm::Properties::TopSpeed< TypeTag, MyTypeTag >
 
struct  Opm::Properties::NumSeats< TypeTag, MyTypeTag >
 
struct  Opm::Properties::CanonCaliber< TypeTag, MyTypeTag >
 
struct  Opm::Properties::GasUsage< TypeTag, MyTypeTag >
 
struct  Opm::Properties::AutomaticTransmission< TypeTag, MyTypeTag >
 
struct  Opm::Properties::Payload< TypeTag, MyTypeTag >
 
struct  Opm::Properties::AutomaticTransmission< TypeTag, TTag::Vehicle >
 
struct  Opm::Properties::TopSpeed< TypeTag, TTag::CompactCar >
 
struct  Opm::Properties::NumSeats< TypeTag, TTag::CompactCar >
 
struct  Opm::Properties::GasUsage< TypeTag, TTag::CompactCar >
 
struct  Opm::Properties::TopSpeed< TypeTag, TTag::Truck >
 
struct  Opm::Properties::NumSeats< TypeTag, TTag::Truck >
 
struct  Opm::Properties::GasUsage< TypeTag, TTag::Truck >
 
struct  Opm::Properties::Payload< TypeTag, TTag::Truck >
 
struct  Opm::Properties::TopSpeed< TypeTag, TTag::Tank >
 
struct  Opm::Properties::GasUsage< TypeTag, TTag::Tank >
 
struct  Opm::Properties::CanonCaliber< TypeTag, TTag::Tank >
 
struct  Opm::Properties::GasUsage< TypeTag, TTag::Sedan >
 
struct  Opm::Properties::AutomaticTransmission< TypeTag, TTag::Sedan >
 
struct  Opm::Properties::TopSpeed< TypeTag, TTag::Pickup >
 
struct  Opm::Properties::Payload< TypeTag, TTag::Pickup >
 
struct  Opm::Properties::TopSpeed< TypeTag, TTag::HummerH1 >
 

Functions

int main ()
 

Detailed Description

This file tests the properties system.

We define a few type tags and property tags, then we attach values to (TypeTag, PropertyTag) tuples and finally we use them in the main function and print some diagnostic messages.