Go to the documentation of this file.
48 double t, k, c, h, result;
57 for (
int i = 1; i <= coords.
giveSize(); i++ ) {
58 cd.
at(i) = coords.
at(i);
61 result = -1.e-5 - k *
macbra( atan ( c *t + cd.
at ( 2 ) - h ) );
63 if ( ( mode == VM_Incremental ) && ( !tStep->
isTheFirstStep() ) ) {
65 result -= -1.e-5 - k *
macbra( atan ( c *t + cd.
at ( 2 ) - h ) );
68 answer.
at(1) = result;
#define REGISTER_BoundaryCondition(class)
Index giveSize() const
Returns the size of receiver.
double giveTimeIncrement()
Returns solution step associated time increment.
double giveTargetTime()
Returns target time.
double macbra(double x)
Returns the positive part of given float.
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011