Itasca C++ Interface
Loading...
Searching...
No Matches
flac3d
zone
interface
ithermzone.h
Go to the documentation of this file.
1
// ithermzone.h
2
#pragma once
3
9
namespace
zone
10
{
13
class
IThermZone
14
{
15
public
:
17
virtual
string
getModelName
()
const
=0;
19
virtual
void
setZoneBasedTemp
(
const
double
temp) =0;
20
};
21
}
// namespace zone
22
// EoF
zone::IThermZone
Interface to access zone thermal data.
Definition
ithermzone.h:14
zone::IThermZone::getModelName
virtual string getModelName() const =0
Returns the name of the current Thermal model in the zone.
zone::IThermZone::setZoneBasedTemp
virtual void setZoneBasedTemp(const double temp)=0
Sets the zone temperature to temp.
Generated by
1.10.0